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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔘¥繍絲 | 1110010011110011100000011000111110001111010010101110001101001110 | e4f3818f8f4ae34e |
EUC-JP | 蔘¥繍絲 | 1110100011110101101000011110111110111101101010111110010110101111 | e8f5a1efbdabe5af |
UTF-8 | 蔘¥繍絲 | 111010001001010010011000111011111011111110100101111001111011100110001101111001111011010110110010 | e89498efbfa5e7b98de7b5b2 |
UHC | 蔘¥?絲 | 11011111101110001010000111001101001111111101111011101010 | dfb8a1cd3fdeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)