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 | ??鷹?─鷹 | 001111110011111110010001111010010011111110000100100111111001000111101001 | 3f3f91e93f849f91e9 |
EUC-JP | 雩?鷹?─鷹 | 1000111111100110111110100011111111000010111010110011111110101000101000011100001011101011 | 8fe6fa3fc2eb3fa8a1c2eb |
UTF-8 | 雩렲鷹잰─鷹 | 111010011001101110101001111010111010000010110010111010011011011110111001111011001001111010110000111000101001010010000000111010011011011110111001 | e99ba9eba0b2e9b7b9ec9eb0e29480e9b7b9 |
UHC | 雩렲鷹잰─鷹 | 111010011110110010001110101111111110101111101101110000001110100110100110101000011110101111101101 | e9ec8ebfebedc0e9a6a1ebed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)