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 | 轢誌什 | 111001111000000010001110100011111000111101011001 | e7808e8f8f59 |
EUC-JP | 轢誌什 | 111011011110000010111011111011111011110110111010 | ede0bbefbdba |
UTF-8 | 轢誌什 | 111010001011110110100010111010001010101010001100111001001011101110000000 | e8bda2e8aa8ce4bb80 |
UHC | 轢誌什 | 110101011111100111110010101111001110010010100111 | d5f9f2bce4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)