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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔕縁宗萬緒臭 | 111001001111011010001001100011111000111101000000111001001101110110001111100011111000111101001100 | e4f6898f8f40e4dd8f8f8f4c |
EUC-JP | 蔕縁宗萬緒臭 | 111010001111100010110001111011111011110110100001111010001101111110111101111011111011110110101101 | e8f8b1efbda1e8dfbdefbdad |
UTF-8 | 蔕縁宗萬緒臭 | 111010001001010010010101111001111011100010000001111001011010111010010111111010001001000010101100111001111011011110010010111010001000011110101101 | e89495e7b881e5ae97e890ace7b792e887ad |
UHC | ??宗萬?臭 | 001111110011111111110000111100111101100010111111001111111111011010101011 | 3f3ff0f3d8bf3ff6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)