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 | ????t^ | 001111110011111100111111001111110111010001011110 | 3f3f3f3f745e |
SJIS-WIN | 迅?迅?t^ | 1001000001110110001111111001000001110110001111110111010001011110 | 90763f90763f745e |
EUC-JP | 迅?迅?t^ | 1011111111010111001111111011111111010111001111110111010001011110 | bfd73fbfd73f745e |
UTF-8 | 迅렊迅렔t^ | 1110100010111111100001011110101110100000100010101110100010111111100001011110101110100000100101000111010001011110 | e8bf85eba08ae8bf85eba094745e |
UHC | 迅렊迅렔t^ | 11100011111101101000111010100001111000111111011010001110101010010111010001011110 | e3f68ea1e3f68ea9745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)