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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 迚急Y迚急bE | 1110011110001001100010110111110101011001111001111000100110001011011111010110001001000101 | e7898b7d59e7898b7d6245 |
EUC-JP | 迚急Y迚急bE | 1110110111101001101101011101111001011001111011011110100110110101110111100110001001000101 | ede9b5de59ede9b5de6245 |
UTF-8 | 迚急Y迚急bE | 111010001011111110011010111001101000000010100101010110011110100010111111100110101110011010000000101001010110001001000101 | e8bf9ae680a559e8bf9ae680a56245 |
UHC | ?急Y?急bE | 001111111101000011100001010110010011111111010000111000010110001001000101 | 3fd0e1593fd0e16245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)