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 | 姚??押? | 10011011010011000011111100111111100010011001111100111111 | 9b4c3f3f899f3f |
EUC-JP | 姚??押? | 11010101101011010011111100111111101100101010000100111111 | d5ad3f3fb2a13f |
UTF-8 | 姚붺툈押꿆 | 111001011010011110011010111010111011011010111010111011011000100010001000111001101000101010111100111010101011111110000110 | e5a79aebb6baed8888e68abceabf86 |
UHC | 姚붺툈押꿆 | 11101000111011101001010011100111101110001000000111100100111000111000010101000111 | e8ee94e7b881e4e38547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)