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 | 永??烏?永 | 100010010110100100111111001111111000100101000111001111111000100101101001 | 89693f3f89473f8969 |
EUC-JP | 永??烏?永 | 101100011100101000111111001111111011000110101000001111111011000111001010 | b1ca3f3fb1a83fb1ca |
UTF-8 | 永쏃넀烏낻永 | 111001101011000010111000111011001000111110000011111010111000010010000000111001111000001110001111111010111000001010111011111001101011000010111000 | e6b0b8ec8f83eb8480e7838feb82bbe6b0b8 |
UHC | 永쏃넀烏낻永 | 111001111011010110011011111010011000011010010000111010001010000110000110010010111110011110110101 | e7b59be98690e8a1864be7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)