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 | 鬱?袁??? | 1001111101010100001111111110010111001101001111110011111100111111 | 9f543fe5cd3f3f3f |
EUC-JP | 鬱?袁??? | 1101110110110101001111111110101011001111001111110011111100111111 | ddb53feacf3f3f3f |
UTF-8 | 鬱렠袁얘렦렑 | 111010011010110010110001111010111010000010100000111010001010001010000001111011001001011010011000111010111010000010100110111010111010000010010001 | e9acb1eba0a0e8a281ec9698eba0a6eba091 |
UHC | 鬱렠袁얘렦렑 | 111010101010011010001110101100011110101010111110101111101110101010001110101101011000111010100110 | eaa68eb1eabebeea8eb58ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)