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 | 嗽?5節?6 | 10011010011101010011111110000010010101001001000011011111001111111000001001010101 | 9a753f825490df3f8255 |
EUC-JP | 嗽?5節?6 | 11010011110101100011111110100011101101011100000011100001001111111010001110110110 | d3d63fa3b5c0e13fa3b6 |
UTF-8 | 嗽뉖5節앸6 | 111001011001011110111101111010111000100110010110111011111011110010010101111001111010111110000000111011001001010110111000111011111011110010010110 | e597bdeb8996efbc95e7af80ec95b8efbc96 |
UHC | 嗽뉖5節앸6 | 111000011111010110000111111010111010001110110101111011111011110110011101111010111010001110110110 | e1f587eba3b5efbd9deba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)