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 | 歪?<昻h? | 10011000011000110011111110000001100000111111101011010000100000101000100000111111 | 98633f8183fad082883f |
EUC-JP | 歪?<?h? | 110011111100010000111111101000011110001100111111101000111110100000111111 | cfc43fa1e33fa3e83f |
UTF-8 | 歪긷<昻h쨰 | 111001101010110110101010111010101011100010110111111011111011110010011100111001101001100010111011111011111011110110001000111011001010100010110000 | e6adaaeab8b7efbc9ce698bbefbd88eca8b0 |
UHC | 歪긷<昻h쨰 | 111010001110000010110001111001011010001110111100111001001110100110100011111010001010010010001010 | e8e0b1e5a3bce4e9a3e8a48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)