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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??王 | 00111111001111111000100110100100 | 3f3f89a4 |
EUC-JP | ??王 | 00111111001111111011001010100110 | 3f3fb2a6 |
UTF-8 | 셈섞王 | 111011001000010110001000111011001000010010011110111001111000111010001011 | ec8588ec849ee78e8b |
UHC | 셈섞王 | 101111001100000010111100101011111110100011011101 | bcc0bcafe8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)