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 | ?⑤?鶯?? | 0011111110000111010001000011111111101001111100100011111100111111 | 3f87443fe9f23f3f |
EUC-JP | ???鶯?? | 00111111001111110011111111110010111101000011111100111111 | 3f3f3ff2f43f3f |
UTF-8 | 嶪⑤졁鶯뺟랸 | 111001011011011010101010111000101001000110100100111011001010000110000001111010011011011010101111111010111011101010011111111010111001111010111000 | e5b6aae291a4eca181e9b6afebba9feb9eb8 |
UHC | 嶪⑤졁鶯뺟랸 | 111001011111010110101000111010111010000010110010111001011010001110010101111001111011011110101100 | e5f5a8eba0b2e5a395e7b7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)