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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 項??e^ | 100011011000000000111111001111110110010101011110 | 8d803f3f655e |
EUC-JP | 項??e^ | 101110011110000000111111001111110110010101011110 | b9e03f3f655e |
UTF-8 | 項싵맖e^ | 1110100110100000100001011110110010001011101101011110101110100111100101100110010101011110 | e9a085ec8bb5eba796655e |
UHC | 項싵맖e^ | 1111101010100011100110101110111010010000101010000110010101011110 | faa39aee90a8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)