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 | ??釐蜃 | 001111110011111111100111110110001110010110000111 | 3f3fe7d8e587 |
EUC-JP | ??釐蜃 | 001111110011111111101110110110101110100111100111 | 3f3feedae9e7 |
UTF-8 | 뤶핉釐蜃 | 111010111010010010110110111011011001010110001001111010011000011110010000111010001001110010000011 | eba4b6ed9589e98790e89c83 |
UHC | 뤶핉釐蜃 | 1000111111100100110000001000111011010111111011011110001111110001 | 8fe4c08ed7ede3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)