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 | 00111111001111110011111100111111010111100100000001000010 | 3f3f3f3f5e4042 |
SJIS-WIN | 錠嶝??^@B | 100011111111100110011011110100010011111100111111010111100100000001000010 | 8ff99bd13f3f5e4042 |
EUC-JP | 錠嶝??^@B | 101111101111101111010110110100110011111100111111010111100100000001000010 | befbd6d33f3f5e4042 |
UTF-8 | 錠嶝렰렪^@B | 111010011000110010100000111001011011011010011101111010111010000010110000111010111010000010101010010111100100000001000010 | e98ca0e5b69deba0b0eba0aa5e4042 |
UHC | 錠嶝렰렪^@B | 1110111111111100110101001111000110001110101111011000111010111000010111100100000001000010 | effcd4f18ebd8eb85e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)