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 | ?淋??串? | 0011111110010111110100100011111100111111100010111111100000111111 | 3f97d23f3f8bf83f |
EUC-JP | ?淋??串? | 0011111111001110110101000011111100111111101101101111101000111111 | 3fced43f3fb6fa3f |
UTF-8 | 룶淋팰룴串함 | 111010111010001110110110111001101011011110001011111011011000110010110000111010111010001110110100111001001011100010110010111011011001010110101000 | eba3b6e6b78bed8cb0eba3b4e4b8b2ed95a8 |
UHC | 룶淋팰룴串함 | 100011111010101111010111111110101100011011010011100011111010100111001101111110101100011111010100 | 8fabd7fac6d38fa9cdfac7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)