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 | 蜊引匚 | 111001011000110110001000111110001001100110110111 | e58d88f899b7 |
EUC-JP | 蜊引匚 | 111010011110110110110000111110101101001010111001 | e9edb0fad2b9 |
UTF-8 | 蜊引匚 | 111010001001110010001010111001011011110010010101111001011000110010011010 | e89c8ae5bc95e58c9a |
UHC | ?引? | 00111111111011001101101000111111 | 3fecda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)