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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暎??暎① | 1001110111110011001111110011111110011101111100111000011101000000 | 9df33f3f9df38740 |
EUC-JP | 暎??暎? | 11011010111101010011111100111111110110101111010100111111 | daf53f3fdaf53f |
UTF-8 | 暎녕콞暎① | 111001101001101010001110111010111000010110010101111011001011110110011110111001101001101010001110111000101001000110100000 | e69a8eeb8595ecbd9ee69a8ee291a0 |
UHC | 暎녕콞暎① | 11100111101100101011001111100111101100011001011011100111101100101010100011100111 | e7b2b3e7b196e7b2a8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)