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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???儉?? | 00111111001111110011111110011001010011000011111100111111 | 3f3f3f994c3f3f |
EUC-JP | ???儉?? | 00111111001111110011111111010001101011010011111100111111 | 3f3f3fd1ad3f3f |
UTF-8 | 뤕쭖죳儉뤕쭖 | 111010111010010010010101111011001010110110010110111011001010001110110011111001011000010010001001111010111010010010010101111011001010110110010110 | eba495ecad96eca3b3e58489eba495ecad96 |
UHC | 뤕쭖죳儉뤕쭖 | 100011111100010110100111100011101010000110001110110010111111101110001111110001011010011110001110 | 8fc5a78ea18ecbfb8fc5a78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)