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 | 經粋鎧 | 111000110101001110010000100010001000101001011010 | e35390888a5a |
EUC-JP | 經粋鎧 | 111001011011010010111111111010001011001110111011 | e5b4bfe8b3bb |
UTF-8 | 經粋鎧 | 111001111011011010010011111001111011001010001011111010011000111010100111 | e7b693e7b28be98ea7 |
UHC | 經?鎧 | 1100110011101000001111111100101111010001 | cce83fcbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)