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 | ????n@h | 00111111001111110011111100111111011011100100000001101000 | 3f3f3f3f6e4068 |
SJIS-WIN | 紆?杖?n@h | 111000101111110000111111100011111111000100111111011011100100000001101000 | e2fc3f8ff13f6e4068 |
EUC-JP | 紆?杖?n@h | 111001001111111000111111101111101111001100111111011011100100000001101000 | e4fe3fbef33f6e4068 |
UTF-8 | 紆렡杖렱n@h | 111001111011010010000110111010111010000010100001111001101001110110010110111010111010000010110001011011100100000001101000 | e7b486eba0a1e69d96eba0b16e4068 |
UHC | 紆렡杖렱n@h | 1110100111100001100011101011001011101101111010001000111010111110011011100100000001101000 | e9e18eb2ede88ebe6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)