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 | ???與? | 001111110011111100111111111001000110111100111111 | 3f3f3fe46f3f |
EUC-JP | ???與? | 001111110011111100111111111001111101000000111111 | 3f3f3fe7d03f |
UTF-8 | 連계킀與잞 | 111011111010011010011010111010101011001110000100111011011000001010000000111010001000100010000111111011001001111010011110 | efa69aeab384ed8280e88887ec9e9e |
UHC | 連계킀與잞 | 11100110111001101011000011101000101101001000110111100110101010001001111111101111 | e6e6b0e8b48de6a89fef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)