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 | 屋l?爰?┯ | 10001001101011101000001010001100001111111110000010100111001111111000010010110110 | 89ae828c3fe0a73f84b6 |
EUC-JP | 屋l?爰?┯ | 10110010101100001010001111101100001111111110000010101001001111111010100010111000 | b2b0a3ec3fe0a93fa8b8 |
UTF-8 | 屋l떏爰귨┯ | 111001011011000110001011111011111011110110001100111010111001011010001111111001111000100010110000111010101011011110101000111000101001010010101111 | e5b18befbd8ceb968fe788b0eab7a8e294af |
UHC | 屋l떏爰귨┯ | 111010001010100110100011111011001000101110100101111010101011101010000010111011111010011010111000 | e8a9a3ec8ba5eaba82efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)