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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???魚??? | 0011111100111111001111111000101110011011001111110011111100111111 | 3f3f3f8b9b3f3f3f |
EUC-JP | ???魚??? | 0011111100111111001111111011010111111011001111110011111100111111 | 3f3f3fb5fb3f3f3f |
UTF-8 | 烈쒐뀸魚됭썔黎 | 111011111010011010011111111011001001001010010000111010111000000010111000111010011010110110011010111010111001000010101101111011001000110110010100111011111010011010001001 | efa69fec9290eb80b8e9ad9aeb90adec8d94efa689 |
UHC | 烈쒐뀸魚됭썔黎 | 1110011011101111100111001110011110000101101011101110010111100000100010011110100010011011100001111110011010110001 | e6ef9ce785aee5e089e89b87e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)