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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴦???也? | 1110100111110001001111110011111100111111100101101110011100111111 | e9f13f3f3f96e73f |
EUC-JP | 鴦???也? | 1111001011110011001111110011111100111111110011001110100100111111 | f2f33f3f3fcce93f |
UTF-8 | 鴦꾆뀀룱也랡 | 111010011011010010100110111010101011111010000110111010111000000010000000111010111010001110110001111001001011100110011111111010111001111010100001 | e9b4a6eabe86eb8080eba3b1e4b99feb9ea1 |
UHC | 鴦꾆뀀룱也랡 | 111001001110110010000100110011101011001011101011100011111010011011100101101001011000111001000010 | e4ec84ceb2eb8fa6e5a58e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)