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 | ???松ι? | 0011111100111111001111111000111110111100100000111100011100111111 | 3f3f3f8fbc83c73f |
EUC-JP | ???松ι? | 0011111100111111001111111011111010111110101001101100100100111111 | 3f3f3fbebea6c93f |
UTF-8 | 樂낅뜄松ι걬 | 1110111110100110101111111110101110000010100001011110101110011100100001001110011010011101101111101100111010111001111010101011000110101100 | efa6bfeb8285eb9c84e69dbeceb9eab1ac |
UHC | 樂낅뜄松ι걬 | 111010001111100110000101111010111000110110001000111000011110011010100101111010011000000110010101 | e8f985eb8d88e1e6a5e98195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)