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 | 犧虹狠 | 111000001011100010010011111110001110000011000001 | e0b893f8e0c1 |
EUC-JP | 犧虹狠 | 111000001011101011000110111110101110000011000011 | e0bac6fae0c3 |
UTF-8 | 犧虹狠 | 111001111000101010100111111010001001100110111001111001111000101110100000 | e78aa7e899b9e78ba0 |
UHC | 犧虹? | 1111110111111010111110111111011000111111 | fdfafbf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)