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 | ??オ?權 | 00111111001111111000001101001001001111111001111011011100 | 3f3f83493f9edc |
EUC-JP | ??オ?權 | 00111111001111111010010110101010001111111101110011011110 | 3f3fa5aa3fdcde |
UTF-8 | 룶欄オ룶權 | 111010111010001110110110111011111010010010011101111000111000001010101010111010111010001110110110111001101010110010001010 | eba3b6efa49de382aaeba3b6e6ac8a |
UHC | 룶欄オ룶權 | 10001111101010111101000111101101101010111010101010001111101010111100111111101101 | 8fabd1edabaa8fabcfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)