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 | ??除?? | 001111110011111110001111100111000011111100111111 | 3f3f8f9c3f3f |
EUC-JP | ??除?? | 001111110011111110111101111111000011111100111111 | 3f3fbdfc3f3f |
UTF-8 | 諪렚除띄렞 | 111010001010101110101010111010111010000010011010111010011001100110100100111010111001110110000100111010111010000010011110 | e8abaaeba09ae999a4eb9d84eba09e |
UHC | 諪렚除띄렞 | 11101111111101011000111010101101111100001011011010110110111001111000111010101111 | eff58eadf0b6b6e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)