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 | ????ι? | 00111111001111110011111100111111100000111100011100111111 | 3f3f3f3f83c73f |
EUC-JP | ???馹ι? | 001111110011111100111111100011111110100110100001101001101100100100111111 | 3f3f3f8fe9a1a6c93f |
UTF-8 | 樂낅뜃馹ι걬 | 1110111110100110101111111110101110000010100001011110101110011100100000111110100110100110101110011100111010111001111010101011000110101100 | efa6bfeb8285eb9c83e9a6b9ceb9eab1ac |
UHC | 樂낅뜃馹ι걬 | 111010001111100110000101111010111000110110000111111011001111000110100101111010011000000110010101 | e8f985eb8d87ecf1a5e98195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)