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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髴肴ぁ閾 | 1110100110011100100011011110011010000010100111111110100010000111 | e99c8de6829fe887 |
EUC-JP | 髴肴ぁ閾 | 1111000111111100101110101110100010100100101000011110111111100111 | f1fcbae8a4a1efe7 |
UTF-8 | 髴肴ぁ閾 | 111010011010101110110100111010001000001010110100111000111000000110000001111010011001011010111110 | e9abb4e882b4e38181e996be |
UHC | ?肴ぁ? | 001111111111110110100010101010101010000100111111 | 3ffda2aaa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)