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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 誰淡[誰淡[^ | 1001001001001110100100100101011101011011100100100100111010010010010101110101101101011110 | 924e92575b924e92575b5e |
EUC-JP | 誰淡[誰淡[^ | 1100001110101111110000111011100001011011110000111010111111000011101110000101101101011110 | c3afc3b85bc3afc3b85b5e |
UTF-8 | 誰淡[誰淡[^ | 111010001010101010110000111001101011011110100001010110111110100010101010101100001110011010110111101000010101101101011110 | e8aab0e6b7a15be8aab0e6b7a15b5e |
UHC | 誰淡[誰淡[^ | 1110001011000001110100111011111101011011111000101100000111010011101111110101101101011110 | e2c1d3bf5be2c1d3bf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)