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 | 霑叱妤 | 111010001011111110001110101101101111101010100100 | e8bf8eb6faa4 |
EUC-JP | 霑叱妤 | 11110000110000011011110010111000100011111011100110101111 | f0c1bcb88fb9af |
UTF-8 | 霑叱妤 | 111010011001110010010001111001011000111110110001111001011010011010100100 | e99c91e58fb1e5a6a4 |
UHC | 霑叱? | 1110111111000101111100101110101000111111 | efc5f2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)