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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隨ャ謐振 | 11100111101011001010110011100110100011011001000001010101 | e7acace68d9055 |
EUC-JP | 隨ャ謐振 | 1110111010101110100011101010110011101011111011011011111110110110 | eeae8eacebedbfb6 |
UTF-8 | 隨ャ謐振 | 111010011001101010101000111011111011110110101100111010001010110010010000111001101000110010101111 | e99aa8efbdace8ac90e68caf |
UHC | 隨?謐振 | 11100010110010110011111111011010110011011111001011001001 | e2cb3fdacdf2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)