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 | ???H??x | 00111111001111110011111101001000001111110011111101111000 | 3f3f3f483f3f78 |
SJIS-WIN | ???H??x | 00111111001111110011111101001000001111110011111101111000 | 3f3f3f483f3f78 |
EUC-JP | ???H??x | 00111111001111110011111101001000001111110011111101111000 | 3f3f3f483f3f78 |
UTF-8 | 혵혖혳H찼쩐x | 1110110110011000101101011110110110011000100101101110110110011000101100110100100011101100101100001011110011101100101010011001000001111000 | ed98b5ed9896ed98b348ecb0bceca99078 |
UHC | 혵혖혳H찼쩐x | 110000101001110011000010100000011100001010011010010010001100001110100001110000101011111001111000 | c29cc281c29a48c3a1c2be78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)