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 | 訂葛脾 | 100100101111100110001010100010111110010001000010 | 92f98a8be442 |
EUC-JP | 訂葛脾 | 110001001111101110110011111010111110011110100011 | c4fbb3ebe7a3 |
UTF-8 | 訂葛脾 | 111010001010100010000010111010001001000110011011111010001000010010111110 | e8a882e8919be884be |
UHC | 訂葛脾 | 111011111111010011001010111001111101111010100001 | eff4cae7dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)