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 | ???儉? | 001111110011111100111111100110010100110000111111 | 3f3f3f994c3f |
EUC-JP | ???儉? | 001111110011111100111111110100011010110100111111 | 3f3f3fd1ad3f |
UTF-8 | 뤕쭖죳儉뤕 | 111010111010010010010101111011001010110110010110111011001010001110110011111001011000010010001001111010111010010010010101 | eba495ecad96eca3b3e58489eba495 |
UHC | 뤕쭖죳儉뤕 | 10001111110001011010011110001110101000011000111011001011111110111000111111000101 | 8fc5a78ea18ecbfb8fc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)