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 | 鶯??歟→? | 111010011111001000111111001111111001111101100010100000011010100000111111 | e9f23f3f9f6281a83f |
EUC-JP | 鶯??歟→? | 111100101111010000111111001111111101110111000011101000101010101000111111 | f2f43f3fddc3a2aa3f |
UTF-8 | 鶯볥졂歟→걲 | 111010011011011010101111111010111011001110100101111011001010000110000010111001101010110110011111111000101000011010010010111010101011000110110010 | e9b6afebb3a5eca182e6ad9fe28692eab1b2 |
UHC | 鶯볥졂歟→걲 | 111001011010001110010011111010111010000010110011111001101010001010100001111001101000000110011001 | e5a393eba0b3e6a2a1e68199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)