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 | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | 唸眄`唸眄OB | 1001101001011000111000011011111001100000100110100101100011100001101111100100111101000010 | 9a58e1be609a58e1be4f42 |
EUC-JP | 唸眄`唸眄OB | 1101001110111001111000101100000001100000110100111011100111100010110000000100111101000010 | d3b9e2c060d3b9e2c04f42 |
UTF-8 | 唸眄`唸眄OB | 111001011001010010111000111001111001110010000100011000001110010110010100101110001110011110011100100001000100111101000010 | e594b8e79c8460e594b8e79c844f42 |
UHC | ?眄`?眄OB | 001111111101100011111000011000000011111111011000111110000100111101000010 | 3fd8f8603fd8f84f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)