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 | 胼合飢裙 | 1110010001000101100011011000011110001011010100011110010111100011 | e4458d878b51e5e3 |
EUC-JP | 胼合飢裙 | 1110011110100110101110011110011110110101101100101110101011100101 | e7a6b9e7b5b2eae5 |
UTF-8 | 胼合飢裙 | 111010001000001110111100111001011001000010001000111010011010001110100010111010001010001110011001 | e883bce59088e9a3a2e8a399 |
UHC | ?合飢裙 | 00111111111110011110101011010001110001101100111111011001 | 3ff9ead1c6cfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)