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 | ?W?z | 00111111010101110011111101111010 | 3f573f7a |
SJIS-WIN | 磅W磅z | 111000011111101001010111111000011111101001111010 | e1fa57e1fa7a |
EUC-JP | 磅W磅z | 111000101111110001010111111000101111110001111010 | e2fc57e2fc7a |
UTF-8 | 磅W磅z | 1110011110100011100001010101011111100111101000111000010101111010 | e7a38557e7a3857a |
UHC | 磅W磅z | 110110111011011001010111110110111011011001111010 | dbb657dbb67a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)