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 | ????俎? | 00111111001111110011111100111111100110001101011100111111 | 3f3f3f3f98d73f |
EUC-JP | ????俎? | 00111111001111110011111100111111110100001101100100111111 | 3f3f3f3fd0d93f |
UTF-8 | 렺렠렽렦俎렍 | 111010111010000010111010111010111010000010100000111010111010000010111101111010111010000010100110111001001011111110001110111010111010000010001101 | eba0baeba0a0eba0bdeba0a6e4bf8eeba08d |
UHC | 렺렠렽렦俎렍 | 100011101100001010001110101100011000111011000101100011101011010111110000101110111000111010100011 | 8ec28eb18ec58eb5f0bb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)