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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 袿雉霧 | 111001011101110111101000101100111001011010110110 | e5dde8b396b6 |
EUC-JP | 袿雉霧 | 111010101101111111110000101101011100110010111000 | eadff0b5ccb8 |
UTF-8 | 袿雉霧 | 111010001010001010111111111010011001101110001001111010011001110010100111 | e8a2bfe99b89e99ca7 |
UHC | ?雉霧 | 0011111111110110110010111101100111110110 | 3ff6cbd9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)