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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈亥」鯉ス | 1110100011100111100010001110010110100011100011001110111110111101 | e8e788e5a38cefbd |
EUC-JP | 韈亥」鯉ス | 11110000111010011011000011100111100011101010001110111000111100011000111010111101 | f0e9b0e78ea3b8f18ebd |
UTF-8 | 韈亥」鯉ス | 111010011001111110001000111001001011101010100101111011111011110110100011111010011010111110001001111011111011110110111101 | e99f88e4baa5efbda3e9af89efbdbd |
UHC | ?亥?鯉? | 00111111111110101010010000111111110101111110111100111111 | 3ffaa43fd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)