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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 枝??蚓 | 100011100111110100111111001111111110010101101101 | 8e7d3f3fe56d |
EUC-JP | 枝??蚓 | 101110111101111000111111001111111110100111001110 | bbde3f3fe9ce |
UTF-8 | 枝븀땀蚓 | 111001101001111010011101111010111011100010000000111010111001010110000000111010001001101010010011 | e69e9debb880eb9580e89a93 |
UHC | 枝븀땀蚓 | 1111001010101011101110101110011110110110101000011110110011100010 | f2abbae7b6a1ece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)