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 | ??俎? | 0011111100111111100110001101011100111111 | 3f3f98d73f |
EUC-JP | ??俎? | 0011111100111111110100001101100100111111 | 3f3fd0d93f |
UTF-8 | 렽렣俎렍 | 111010111010000010111101111010111010000010100011111001001011111110001110111010111010000010001101 | eba0bdeba0a3e4bf8eeba08d |
UHC | 렽렣俎렍 | 1000111011000101100011101011010011110000101110111000111010100011 | 8ec58eb4f0bb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)