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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯??絶? | 11101001111100100011111100111111100100001110001000111111 | e9f23f3f90e23f |
EUC-JP | 鶯??絶? | 11110010111101000011111100111111110000001110010000111111 | f2f43f3fc0e43f |
UTF-8 | 鶯뚨퇅絶쎿 | 111010011011011010101111111010111001101010101000111011011000011110000101111001111011010110110110111011001000111010111111 | e9b6afeb9aa8ed8785e7b5b6ec8ebf |
UHC | 鶯뚨퇅絶쎿 | 11100101101000111000110011100111101101111001011011101111101111101001101111100110 | e5a38ce7b796efbe9be6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)