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 | 筌??應ゆ | 1110001010100011001111110011111110011100111001001000001011100100 | e2a33f3f9ce482e4 |
EUC-JP | 筌??應ゆ | 1110010010100101001111110011111111011000111001101010010011100110 | e4a53f3fd8e6a4e6 |
UTF-8 | 筌뚣깷應ゆ | 111001111010110110001100111010111001101010100011111010101011100110110111111001101000011110001001111000111000001010000110 | e7ad8ceb9aa3eab9b7e68789e38286 |
UHC | 筌뚣깷應ゆ | 11101111101001111000110011100011100000111010010111101011111010111010101011100110 | efa78ce383a5ebebaae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)