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 | 智?翁?賊 | 1001001001110001001111111000100110100101001111111001000110101111 | 92713f89a53f91af |
EUC-JP | 智?翁?賊 | 1100001111010010001111111011001010100111001111111100001010110001 | c3d23fb2a73fc2b1 |
UTF-8 | 智렱翁렮賊 | 111001101001100110111010111010111010000010110001111001111011111110000001111010111010000010101110111010001011001110001010 | e699baeba0b1e7bf81eba0aee8b38a |
UHC | 智렱翁렮賊 | 11110010101010101000111010111110111010001011101010001110101110111110111011100100 | f2aa8ebee8ba8ebbeee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)