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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?汭? | 0011111110001111110001101110001000111111 | 3f8fc6e23f |
UTF-8 | 먊汭왃 | 111010111010100010001010111001101011000110101101111011001001100110000011 | eba88ae6b1adec9983 |
UHC | 먊汭왃 | 100100001100100011100111110101111001111010110110 | 90c8e7d79eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)