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 | 藥??蘊?? | 1110010101011010001111110011111111100101010111010011111100111111 | e55a3f3fe55d3f3f |
EUC-JP | 藥??蘊?? | 1110100110111011001111110011111111101001101111100011111100111111 | e9bb3f3fe9be3f3f |
UTF-8 | 藥썸짎蘊듿렘 | 111010001001011110100101111011001000110110111000111011001010011110001110111010001001100010001010111010111001001110111111111010111010000010011000 | e897a5ec8db8eca78ee8988aeb93bfeba098 |
UHC | 藥썸짎蘊듿렘 | 111001011011011110111101111001101010001110011010111010001011001110001010111001011011011110111101 | e5b7bde6a39ae8b38ae5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)