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 | 茲肢じ | 111001001010001010001110100010001000001010110110 | e4a28e8882b6 |
EUC-JP | 茲肢じ | 111010001010010010111011111010001010010010111000 | e8a4bbe8a4b8 |
UTF-8 | 茲肢じ | 111010001000110010110010111010001000001010100010111000111000000110011000 | e88cb2e882a2e38198 |
UHC | ?肢じ | 0011111111110010101101101010101010111000 | 3ff2b6aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)