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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 藥?????G | 1110010101011010001111110011111100111111001111110011111101000111 | e55a3f3f3f3f3f47 |
EUC-JP | 藥?????G | 1110100110111011001111110011111100111111001111110011111101000111 | e9bb3f3f3f3f3f47 |
UTF-8 | 藥먨퉶溫뚳쉴G | 11101000100101111010010111101011101010001010100011101101100010011011011011100110101110101010101111101011100110101011001111101100100010011011010001000111 | e897a5eba8a8ed89b6e6baabeb9ab3ec89b447 |
UHC | 藥먨퉶溫뚳쉴G | 11100101101101111001000011100101101110011000111011101000101011101000110011101111101111011010111101000111 | e5b790e5b98ee8ae8cefbdaf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)