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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜥ウ竏ゥ緕豹 | 11100101100100101011001111100010100010001010100111100011100011101001010101011110 | e592b3e288a9e38e955e |
EUC-JP | 蜥ウ竏ゥ緕豹 | 111010011111001010001110101100111110001111101000100011101010100111100101111011101100100110111111 | e9f28eb3e3e88ea9e5eec9bf |
UTF-8 | 蜥ウ竏ゥ緕豹 | 111010001001110010100101111011111011110110110011111001111010101110001111111011111011110110101001111001111011011110010101111010001011000110111001 | e89ca5efbdb3e7ab8fefbda9e7b795e8b1b9 |
UHC | ?????豹 | 00111111001111110011111100111111001111111111100011111011 | 3f3f3f3f3ff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)