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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 谷狸村vB | 1001001001001010100100100100101110010001101110100111011001000010 | 924a924b91ba7642 |
EUC-JP | 谷狸村vB | 1100001110101011110000111010110011000010101111000111011001000010 | c3abc3acc2bc7642 |
UTF-8 | 谷狸村vB | 1110100010110000101101111110011110001011101110001110011010011101100100010111011001000010 | e8b0b7e78bb8e69d917642 |
UHC | 谷狸村vB | 1100110111011011110101111110000111110101101111010111011001000010 | cddbd7e1f5bd7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)