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 | 歪??? | 1001100001100011001111110011111100111111 | 98633f3f3f |
EUC-JP | 歪??琰 | 11001111110001000011111100111111100011111100110010110100 | cfc43f3f8fccb4 |
UTF-8 | 歪귝깄琰 | 111001101010110110101010111010101011011110011101111010101011100110000100111001111001000010110000 | e6adaaeab79deab984e790b0 |
UHC | 歪귝깄琰 | 1110100011100000100000101110011010000011100001011110011011111100 | e8e082e68385e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)