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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ???淳?BF | 0011111100111111001111111000111101111110001111110100001001000110 | 3f3f3f8f7e3f4246 |
EUC-JP | 饔??淳?BF | 10001111111010001110111100111111001111111011110111011111001111110100001001000110 | 8fe8ef3f3fbddf3f4246 |
UTF-8 | 饔ㅷ떓淳쩹BF | 1110100110100101100101001110001110000101101101111110101110010110100100111110011010110111101100111110110010101001101110010100001001000110 | e9a594e385b7eb9693e6b7b3eca9b94246 |
UHC | 饔ㅷ떓淳쩹BF | 111010001011110110100100111001111000101110101001111000101110100010100101011011110100001001000110 | e8bda4e78ba9e2e8a56f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)