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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狸誰村辿 | 1001001001001011100100100100111010010001101110101001001001001000 | 924b924e91ba9248 |
EUC-JP | 狸誰村辿 | 1100001110101100110000111010111111000010101111001100001110101001 | c3acc3afc2bcc3a9 |
UTF-8 | 狸誰村辿 | 111001111000101110111000111010001010101010110000111001101001110110010001111010001011111010111111 | e78bb8e8aab0e69d91e8bebf |
UHC | 狸誰村? | 11010111111000011110001011000001111101011011110100111111 | d7e1e2c1f5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)