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 | ?甕ょ? | 001111111110000101010000100000101110010100111111 | 3fe15082e53f |
EUC-JP | ?甕ょ? | 001111111110000110110001101001001110011100111111 | 3fe1b1a4e73f |
UTF-8 | 큇甕ょ뿢 | 111011011000000110000111111001111001010010010101111000111000001010000111111010111011111110100010 | ed8187e79495e38287ebbfa2 |
UHC | 큇甕ょ뿢 | 1100010110100011111010001011100010101010111001111001011110100010 | c5a3e8b8aae797a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)