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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閭吩ス | 1110100010000011100110011110010010111101 | e88399e4bd |
EUC-JP | 閭吩ス | 111011111110001111010010111001101000111010111101 | efe3d2e68ebd |
UTF-8 | 閭吩ス | 111010011001011010101101111001011001000010101001111011111011110110111101 | e996ade590a9efbdbd |
UHC | 閭吩? | 1101010111101111110111011100001100111111 | d5efddc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)