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 | 良殺餃 | 100101111100011110001110010001011110100101001100 | 97c78e45e94c |
EUC-JP | 良殺餃 | 110011101100100110111011101001101111000110101101 | cec9bba6f1ad |
UTF-8 | 良殺餃 | 111010001000100110101111111001101010111010111010111010011010010010000011 | e889afe6aebae9a483 |
UHC | 良殺餃 | 110101011101111011011111101011111100111011110101 | d5dedfafcef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)