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 | 暎??竊 | 100111011111001100111111001111111110001010000110 | 9df33f3fe286 |
EUC-JP | 暎??竊 | 110110101111010100111111001111111110001111100110 | daf53f3fe3e6 |
UTF-8 | 暎썰말竊 | 111001101001101010001110111011001000110110110000111010111010011110010000111001111010101110001010 | e69a8eec8db0eba790e7ab8a |
UHC | 暎썰말竊 | 1110011110110010101111011110010010111000101110111110111110111100 | e7b2bde4b8bbefbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)