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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誤??唯?? | 1000110011101011001111110011111110010111010000100011111100111111 | 8ceb3f3f97423f3f |
EUC-JP | 誤??唯?? | 1011100011101101001111110011111111001101101000110011111100111111 | b8ed3f3fcda33f3f |
UTF-8 | 誤곷틷唯잒괴 | 111010001010101010100100111010101011001110110111111011011000101110110111111001011001010010101111111011001001111010010010111010101011010010110100 | e8aaa4eab3b7ed8bb7e594afec9e92eab4b4 |
UHC | 誤곷틷唯잒괴 | 111010001010011010000001111010111011101010011110111010101110011010011111111010001011000110101011 | e8a681ebba9eeae69fe8b1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)