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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韆暮豪 | 111010001110011010010101111010011000110110001011 | e8e695e98d8b |
EUC-JP | 韆暮豪 | 111100001110100011001010111010111011100111101011 | f0e8caebb9eb |
UTF-8 | 韆暮豪 | 111010011001111110000110111001101001101010101110111010001011000110101010 | e99f86e69aaee8b1aa |
UHC | 韆暮豪 | 111101001100011111011001101110101111101111011111 | f4c7d9bafbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)