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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洩足卒 | 100010010110101110010001101010111001000110110010 | 896b91ab91b2 |
EUC-JP | 洩足卒 | 101100011100110011000010101011011100001010110100 | b1ccc2adc2b4 |
UTF-8 | 洩足卒 | 111001101011010010101001111010001011011010110011111001011000110110010010 | e6b4a9e8b6b3e58d92 |
UHC | 洩足卒 | 111000001101110111110000111010111111000011101111 | e0ddf0ebf0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)