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 | 液??瘟? | 10001001011101000011111100111111111000011000100100111111 | 89743f3fe1893f |
EUC-JP | 液??瘟? | 10110001110101010011111100111111111000011110100100111111 | b1d53f3fe1e93f |
UTF-8 | 液╊퓱瘟룡 | 111001101011011010110010111000101001010110001010111011011001001110110001111001111001100010011111111010111010001110100001 | e6b6b2e2958aed93b1e7989feba3a1 |
UHC | 液╊퓱瘟룡 | 11100100111110111010011011100100101111111001011111101000101100001011011111100110 | e4fba6e4bf97e8b0b7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)