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 | 醍峯靂莊?? | 10010001111001111001010111110101111010001100110011100100101101010011111100111111 | 91e795f5e8cce4b53f3f |
EUC-JP | 醍峯靂莊?? | 11000010111010011100101011110111111100001100111011101000101101110011111100111111 | c2e9caf7f0cee8b73f3f |
UTF-8 | 醍峯靂莊쇨렢 | 111010011000011010001101111001011011001110101111111010011001110110000010111010001000111010001010111011001000011110101000111010111010000010100010 | e9868de5b3afe99d82e88e8aec87a8eba0a2 |
UHC | 醍峯靂莊쇨렢 | 111100001011010111011100111001111101010111111010111011011111011010111100111010101000111010110011 | f0b5dce7d5faedf6bcea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)