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 | 翁???? | 100010011010010100111111001111110011111100111111 | 89a53f3f3f3f |
EUC-JP | 翁??靷? | 1011001010100111001111110011111110001111111001111011110100111111 | b2a73f3f8fe7bd3f |
UTF-8 | 翁띻퇊靷둆 | 111001111011111110000001111010111001110110111011111011011000011110001010111010011001110110110111111010111001000110000110 | e7bf81eb9dbbed878ae99db7eb9186 |
UHC | 翁띻퇊靷둆 | 11101000101110101000110111101010101101111001101111101100111001101000101001000010 | e8ba8deab79bece68a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)