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 | 莖睡⊂肬 | 1110010010110001100100001000011110000001101111001110001111101101 | e4b1908781bce3ed |
EUC-JP | 莖睡⊂肬 | 1110100010110011101111111110011110100010101111101110011011101111 | e8b3bfe7a2bee6ef |
UTF-8 | 莖睡⊂肬 | 111010001000111010010110111001111001110110100001111000101000101010000010111010001000001010101100 | e88e96e79da1e28a82e882ac |
UHC | 莖睡⊂? | 11001100111011001110001010110010101000011111100000111111 | ccece2b2a1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)