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 | 借写射 | 100011101101100010001110110010101000111011001011 | 8ed88eca8ecb |
EUC-JP | 借写射 | 101111001101101010111100110011001011110011001101 | bcdabcccbccd |
UTF-8 | 借写射 | 111001011000000010011111111001011000011010011001111001011011000010000100 | e5809fe58699e5b084 |
UHC | 借?射 | 1111001110101000001111111101111011010010 | f3a83fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)