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 | 枝??肛 | 100011100111110100111111001111111110001111101000 | 8e7d3f3fe3e8 |
EUC-JP | 枝??肛 | 101110111101111000111111001111111110011011101010 | bbde3f3fe6ea |
UTF-8 | 枝븀땀肛 | 111001101001111010011101111010111011100010000000111010111001010110000000111010001000001010011011 | e69e9debb880eb9580e8829b |
UHC | 枝븀땀肛 | 1111001010101011101110101110011110110110101000011111100111111101 | f2abbae7b6a1f9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)