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 | 提???旭? | 1001001011110001001111110011111100111111100010001010111000111111 | 92f13f3f3f88ae3f |
EUC-JP | 提???旭? | 1100010011110011001111110011111100111111101100001011000000111111 | c4f33f3f3fb0b03f |
UTF-8 | 提희렰렧旭렗 | 111001101000111110010000111011011001110110101100111010111010000010110000111010111010000010100111111001101001011110101101111010111010000010010111 | e68f90ed9daceba0b0eba0a7e697adeba097 |
UHC | 提희렰렧旭렗 | 111100001010101111001000111100011000111010111101100011101011011011101001111011111000111010101100 | f0abc8f18ebd8eb6e9ef8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)