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 | ?殉? | 00111111100011110111110100111111 | 3f8f7d3f |
EUC-JP | ?殉? | 00111111101111011101111000111111 | 3fbdde3f |
UTF-8 | 먾殉먾 | 111010111010100010111110111001101010111010001001111010111010100010111110 | eba8bee6ae89eba8be |
UHC | 먾殉먾 | 100100001111100011100010111001101001000011111000 | 90f8e2e690f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)