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 | 扈靕鰹 | 111001111011101111111011111100111000101010001111 | e7bbfbf38a8f |
EUC-JP | 扈靕鰹 | 11101110101111011000111111100111101100101011001111101111 | eebd8fe7b2b3ef |
UTF-8 | 扈靕鰹 | 111001101000100110001000111010011001110110010101111010011011000010111001 | e68988e99d95e9b0b9 |
UHC | 扈?? | 11111011110000110011111100111111 | fbc33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)