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 | 膈所掘 | 111001000100110010001111100010101000110001000000 | e44c8f8a8c40 |
EUC-JP | 膈所掘 | 111001111010110110111101111010101011011110100001 | e7adbdeab7a1 |
UTF-8 | 膈所掘 | 111010001000011010001000111001101000100110000000111001101000111010011000 | e88688e68980e68e98 |
UHC | 膈所掘 | 110011001010111011100001101101101100111111011110 | ccaee1b6cfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)