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 | 陰?璃 | 1000100101000001001111111001011110011110 | 89413f979e |
EUC-JP | 陰?璃 | 1011000110100010001111111100110111111110 | b1a23fcdfe |
UTF-8 | 陰쇠璃 | 111010011001100110110000111011001000011110100000111001111001001010000011 | e999b0ec87a0e79283 |
UHC | 陰쇠璃 | 111010111110010010111100111010001101011111100011 | ebe4bce8d7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)