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 | 隨卓姶 | 111001111010110010010001111011001000100010100110 | e7ac91ec88a6 |
EUC-JP | 隨卓姶 | 111011101010111011000010111011101011000010101000 | eeaec2eeb0a8 |
UTF-8 | 隨卓姶 | 111010011001101010101000111001011000110110010011111001011010011110110110 | e99aa8e58d93e5a7b6 |
UHC | 隨卓? | 1110001011001011111101101111000100111111 | e2cbf6f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)