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 | 鶯????? | 11101001111100100011111100111111001111110011111100111111 | e9f23f3f3f3f3f |
EUC-JP | 鶯????? | 11110010111101000011111100111111001111110011111100111111 | f2f43f3f3f3f3f |
UTF-8 | 鶯ㅺ톩紐꾠돢 | 111010011011011010101111111000111000010110111010111011011000011010101001111011111010011110001111111010101011111010100000111010111000111110100010 | e9b6afe385baed86a9efa78feabea0eb8fa2 |
UHC | 鶯ㅺ톩紐꾠돢 | 111001011010001110100100111010101011011110000001111010111010101010000100111000111000100110100111 | e5a3a4eab781ebaa84e389a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)