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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 才?才?B | 10001101110010110011111110001101110010110011111101000010 | 8dcb3f8dcb3f42 |
EUC-JP | 才?才?B | 10111010110011010011111110111010110011010011111101000010 | bacd3fbacd3f42 |
UTF-8 | 才렑才렑B | 11100110100010011000110111101011101000001001000111100110100010011000110111101011101000001001000101000010 | e6898deba091e6898deba09142 |
UHC | 才렑才렑B | 111011101010011010001110101001101110111010100110100011101010011001000010 | eea68ea6eea68ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)