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 | 借屡遮 | 100011101101100010001110110001101000111011010101 | 8ed88ec68ed5 |
EUC-JP | 借屡遮 | 101111001101101010111100110010001011110011010111 | bcdabcc8bcd7 |
UTF-8 | 借屡遮 | 111001011000000010011111111001011011000110100001111010011000000110101110 | e5809fe5b1a1e981ae |
UHC | 借?遮 | 1111001110101000001111111111001110110100 | f3a83ff3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)