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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淫??節? | 10001000111110100011111100111111100100001101111100111111 | 88fa3f3f90df3f |
EUC-JP | 淫??節? | 10110000111111000011111100111111110000001110000100111111 | b0fc3f3fc0e13f |
UTF-8 | 淫꾦뇴節덨 | 111001101011011110101011111010101011111010100110111010111000011110110100111001111010111110000000111010111000110110101000 | e6b7abeabea6eb87b4e7af80eb8da8 |
UHC | 淫꾦뇴節덨 | 11101011111000101000010011101001100001111001100011101111101111011000100101000010 | ebe284e98798efbd8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)