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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膕わ住苣 | 1110010001010001100000101110110110001111010110101110010010010000 | e45182ed8f5ae490 |
EUC-JP | 膕わ住苣 | 1110011110110010101001001110111110111101101110111110011111110000 | e7b2a4efbdbbe7f0 |
UTF-8 | 膕わ住苣 | 111010001000011010010101111000111000001010001111111001001011110110001111111010001000101110100011 | e88695e3828fe4bd8fe88ba3 |
UHC | ?わ住? | 001111111010101011101111111100011010110000111111 | 3faaeff1ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)