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 | 湲?霆? | 100111111101000100111111111010001011101100111111 | 9fd13fe8bb3f |
EUC-JP | 湲?霆? | 110111101101001100111111111100001011110100111111 | ded33ff0bd3f |
UTF-8 | 湲렗霆렍 | 111001101011100110110010111010111010000010010111111010011001110010000110111010111010000010001101 | e6b9b2eba097e99c86eba08d |
UHC | 湲렗霆렍 | 1110101010111000100011101010110011101111111111011000111010100011 | eab88eaceffd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)