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 | 皓弄?咫? | 1110000110101001100110000100110100111111100110100100000000111111 | e1a9984d3f9a403f |
EUC-JP | 皓弄?咫? | 1110001010101011110011111010111000111111110100111010000100111111 | e2abcfae3fd3a13f |
UTF-8 | 皓弄씁咫렢 | 111001111001101010010011111001011011110010000100111011001001010010000001111001011001001010101011111010111010000010100010 | e79a93e5bc84ec9481e592abeba0a2 |
UHC | 皓弄씁咫렢 | 11111011110100111101011011100111101111101011100111110010101000011000111010110011 | fbd3d6e7beb9f2a18eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)