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 | 逕菩サ | 1110011110010100100101011110110010111011 | e79495ecbb |
EUC-JP | 逕菩サ | 111011011111010011001010111011101000111010111011 | edf4caee8ebb |
UTF-8 | 逕菩サ | 111010011000000010010101111010001000111110101001111011111011110110111011 | e98095e88fa9efbdbb |
UHC | 逕菩? | 1100110011101111110111001100110000111111 | ccefdccc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)