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 | ?C}v?C}vB | 001111110100001101111101011101100011111101000011011111010111011001000010 | 3f437d763f437d7642 |
SJIS-WIN | 額C}v額C}vB | 1000101001111010010000110111110101110110100010100111101001000011011111010111011001000010 | 8a7a437d768a7a437d7642 |
EUC-JP | 額C}v額C}vB | 1011001111011011010000110111110101110110101100111101101101000011011111010111011001000010 | b3db437d76b3db437d7642 |
UTF-8 | 額C}v額C}vB | 11101001101000011000110101000011011111010111011011101001101000011000110101000011011111010111011001000010 | e9a18d437d76e9a18d437d7642 |
UHC | 額C}v額C}vB | 1110010011111110010000110111110101110110111001001111111001000011011111010111011001000010 | e4fe437d76e4fe437d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)