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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???岳? | 001111110011111100111111100010100111100000111111 | 3f3f3f8a783f |
EUC-JP | 縕??岳? | 1000111111010100110000100011111100111111101100111101100100111111 | 8fd4c23f3fb3d93f |
UTF-8 | 縕듽굦岳췇 | 111001111011100010010101111010111001001110111101111010101011010110100110111001011011001010110011111011001011011110000111 | e7b895eb93bdeab5a6e5b2b3ecb787 |
UHC | 縕듽굦岳췇 | 11101000101100101000101011100011100000101000110011100100101111111010111001000010 | e8b28ae3828ce4bfae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)