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 | 上ソ謝疾 | 10001111111000111011111110001110110100111000111010111110 | 8fe3bf8ed38ebe |
EUC-JP | 上ソ謝疾 | 1011111011100101100011101011111110111100110101011011110011000000 | bee58ebfbcd5bcc0 |
UTF-8 | 上ソ謝疾 | 111001001011100010001010111011111011110110111111111010001010110010011101111001111001011010111110 | e4b88aefbdbfe8ac9de796be |
UHC | 上?謝疾 | 11011111101111100011111111011110111100111111001011110000 | dfbe3fdef3f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)