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 | 1001011101011011100100010100111001011001100101110101101110010001010011100110001001000101 | 975b914e59975b914e6245 |
EUC-JP | 夕鮮Y夕鮮bE | 1100110110111100110000011010111101011001110011011011110011000001101011110110001001000101 | cdbcc1af59cdbcc1af6245 |
UTF-8 | 夕鮮Y夕鮮bE | 111001011010010010010101111010011010111010101110010110011110010110100100100101011110100110101110101011100110001001000101 | e5a495e9aeae59e5a495e9aeae6245 |
UHC | 夕鮮Y夕鮮bE | 1110000010101010111000001101100001011001111000001010101011100000110110000110001001000101 | e0aae0d859e0aae0d86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)