To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???湲?? | 00111111001111110011111110011111110100010011111100111111 | 3f3f3f9fd13f3f |
EUC-JP | ???湲?? | 00111111001111110011111111011110110100110011111100111111 | 3f3f3fded33f3f |
UTF-8 | 緣쏅슞湲썽젏 | 111001111011011110100011111011001000111110000101111011001000101010011110111001101011100110110010111011001000110110111101111011001010000010001111 | e7b7a3ec8f85ec8a9ee6b9b2ec8dbdeca08f |
UHC | 緣쏅슞湲썽젏 | 111001101101111010011011111010111001101010101010111010101011100010111101111010011010000010010000 | e6de9beb9aaaeab8bde9a090 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)