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 | 紙?旭?亥 | 1000111010000110001111111000100010101110001111111000100011100101 | 8e863f88ae3f88e5 |
EUC-JP | 紙?旭?亥 | 1011101111100110001111111011000010110000001111111011000011100111 | bbe63fb0b03fb0e7 |
UTF-8 | 紙렒旭렠亥 | 111001111011010010011001111010111010000010010010111001101001011110101101111010111010000010100000111001001011101010100101 | e7b499eba092e697adeba0a0e4baa5 |
UHC | 紙렒旭렠亥 | 11110010101101011000111010100111111010011110111110001110101100011111101010100100 | f2b58ea7e9ef8eb1faa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)