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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 庵??曄??\ | 100010001100000100111111001111111001111001000000001111110011111101011100 | 88c13f3f9e403f3f5c |
EUC-JP | 庵??曄??\ | 101100001100001100111111001111111101101110100001001111110011111101011100 | b0c33f3fdba13f3f5c |
UTF-8 | 庵뗮뢞曄걦뢋\ | 11100101101110101011010111101011100101111010111011101011101000101001111011100110100110111000010011101010101100011010011011101011101000101000101101011100 | e5bab5eb97aeeba29ee69b84eab1a6eba28b5c |
UHC | 庵뗮뢞曄걦뢋\ | 11100100110111011000101111101101100011110101100111100111101001011000000110001111100011110100011101011100 | e4dd8bed8f59e7a5818f8f475c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)