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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 語?語?^ | 10001100111010100011111110001100111010100011111101011110 | 8cea3f8cea3f5e |
EUC-JP | 語?語?^ | 10111000111011000011111110111000111011000011111101011110 | b8ec3fb8ec3f5e |
UTF-8 | 語섵語섵^ | 11101000101010101001111011101100100001001011010111101000101010101001111011101100100001001011010101011110 | e8aa9eec84b5e8aa9eec84b55e |
UHC | 語섵語섵^ | 111001011101111010011001010001001110010111011110100110010100010001011110 | e5de9944e5de99445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)