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 | 犧狄狠 | 111000001011100011100000101111011110000011000001 | e0b8e0bde0c1 |
EUC-JP | 犧狄狠 | 111000001011101011100000101111111110000011000011 | e0bae0bfe0c3 |
UTF-8 | 犧狄狠 | 111001111000101010100111111001111000101110000100111001111000101110100000 | e78aa7e78b84e78ba0 |
UHC | 犧狄? | 1111110111111010111011101101101000111111 | fdfaeeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)