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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 第?燼?翁?B | 10010001111001100011111111100000100111100011111110001001101001010011111101000010 | 91e63fe09e3f89a53f42 |
EUC-JP | 第?燼?翁?B | 11000010111010000011111111011111111111100011111110110010101001110011111101000010 | c2e83fdffe3fb2a73f42 |
UTF-8 | 第렗燼렦翁렧B | 11100111101011001010110011101011101000001001011111100111100001111011110011101011101000001010011011100111101111111000000111101011101000001010011101000010 | e7acaceba097e787bceba0a6e7bf81eba0a742 |
UHC | 第렗燼렦翁렧B | 11110000101011111000111010101100111000111110100010001110101101011110100010111010100011101011011001000010 | f0af8eace3e88eb5e8ba8eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)