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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雜ウ讖区判 | 111010001011011010110011111001101010100110001011111001101001010010111011 | e8b6b3e6a98be694bb |
EUC-JP | 雜ウ讖区判 | 11110000101110001000111010110011111011001010101110110110111010001100100010111101 | f0b88eb3ecabb6e8c8bd |
UTF-8 | 雜ウ讖区判 | 111010011001101110011100111011111011110110110011111010001010111010010110111001011000110010111010111001011000100010100100 | e99b9cefbdb3e8ae96e58cbae588a4 |
UHC | 雜?讖?判 | 1110110111011010001111111111001111011001001111111111011111110111 | edda3ff3d93ff7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)