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 | 妊捧y妊 | 1001010001000100100101011111100110000010100110011001010001000100 | 944495f982999444 |
EUC-JP | 妊捧y妊 | 1100011110100101110010101111101110100011111110011100011110100101 | c7a5cafba3f9c7a5 |
UTF-8 | 妊捧y妊 | 111001011010011010001010111001101000110110100111111011111011110110011001111001011010011010001010 | e5a68ae68da7efbd99e5a68a |
UHC | 妊捧y妊 | 1110110011110100110111001110100110100011111110011110110011110100 | ecf4dce9a3f9ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)