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 | 蒸?疑??? | 1000111111110110001111111000101101011110001111110011111100111111 | 8ff63f8b5e3f3f3f |
EUC-JP | 蒸?疑??? | 1011111011111000001111111011010110111111001111110011111100111111 | bef83fb5bf3f3f3f |
UTF-8 | 蒸렕疑렲利렰 | 111010001001001010111000111010111010000010010101111001111001011010010001111010111010000010110010111011111010011110011101111010111010000010110000 | e892b8eba095e79691eba0b2efa79deba0b0 |
UHC | 蒸렕疑렲利렰 | 111100011111101010001110101010101110101111110111100011101011111111101100101001101000111010111101 | f1fa8eaaebf78ebfeca68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)