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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬲エ蝓滉 | 11101001101011011011010011100101100111111001111111100100 | e9adb4e59f9fe4 |
EUC-JP | 鬲エ蝓滉 | 1111001010101111100011101011010011101010101000011101111011100110 | f2af8eb4eaa1dee6 |
UTF-8 | 鬲エ蝓滉 | 111010011010110010110010111011111011110110110100111010001001110110010011111001101011101110001001 | e9acb2efbdb4e89d93e6bb89 |
UHC | ???滉 | 0011111100111111001111111111110011010001 | 3f3f3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)