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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫瀅式 | 1111000111111100100011101011000011111011010011101000111010101110 | f1fc8eb0fb4e8eae |
EUC-JP | ?鴫瀅式 | 0011111110111100101100101000111111001001101010111011110010110000 | 3fbcb28fc9abbcb0 |
UTF-8 | 鴫瀅式 | 111011101000010110110111111010011011010010101011111001111000000010000101111001011011110010001111 | ee85b7e9b4abe78085e5bc8f |
UHC | ??瀅式 | 001111110011111111111011101001001110001111010010 | 3f3ffba4e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)