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 | 漿??帳 | 100111111111011100111111001111111001001010100000 | 9ff73f3f92a0 |
EUC-JP | 漿??帳 | 110111101111100100111111001111111100010010100010 | def93f3fc4a2 |
UTF-8 | 漿덆짒帳 | 111001101011110010111111111010111000110110000110111011001010011110010010111001011011100010110011 | e6bcbfeb8d86eca792e5b8b3 |
UHC | 漿덆짒帳 | 1110110111101100100010001110100110100011100111001110110111100011 | edec88e9a39cede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)