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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愛??以х? | 100010001010010000111111001111111000100011001000100001001000011100111111 | 88a43f3f88c884873f |
EUC-JP | 愛??以х? | 101100001010011000111111001111111011000011001010101001111110011100111111 | b0a63f3fb0caa7e73f |
UTF-8 | 愛됬쎕以х맢 | 1110011010000100100110111110101110010000101011001110110010001110100101011110010010111011101001011101000110000101111010111010011110100010 | e6849beb90acec8e95e4bba5d185eba7a2 |
UHC | 愛됬쎕以х맢 | 111001001111000110001001111001111001101110111100111011001010010010101100111001111001000010101110 | e4f189e79bbceca4ace790ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)