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 | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
UTF-8 | 묯묭뫜묷뢎@뫛롒 | 11101011101011001010111111101011101011001010110111101011101010111001110011101011101011001011011111101011101000101000111001000000111010111010101110011011111010111010000110010010 | ebacafebacadebab9cebacb7eba28e40ebab9beba192 |
UHC | 묯묭뫜묷뢎@뫛롒 | 100100100100011010010010010001001001000110111100100100100100101110001111010010010100000010010001101110111000111011010111 | 9246924491bc924b8f494091bb8ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)