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 | 肓削州 | 111000111110100110001101111011011000111101000010 | e3e98ded8f42 |
EUC-JP | 肓削州 | 111001101110101110111010111011111011110110100011 | e6ebbaefbda3 |
UTF-8 | 肓削州 | 111010001000001010010011111001011000100110001010111001011011011110011110 | e88293e5898ae5b79e |
UHC | ?削州 | 0011111111011110111110111111000110110110 | 3fdefbf1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)