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 | 瑚?雨? | 100011001110100000111111100010010100101000111111 | 8ce83f894a3f |
EUC-JP | 瑚?雨? | 101110001110101000111111101100011010101100111111 | b8ea3fb1ab3f |
UTF-8 | 瑚렞雨렭 | 111001111001000110011010111010111010000010011110111010011001101110101000111010111010000010101101 | e7919aeba09ee99ba8eba0ad |
UHC | 瑚렞雨렭 | 1111101111010001100011101010111111101001111010111000111010111010 | fbd18eafe9eb8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)