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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉈オ貊ゑスス | 111001111110101110110101111001101011101110000010111011111011110110111101 | e7ebb5e6bb82efbdbd |
EUC-JP | 鉈オ貊ゑスス | 111011101110110110001110101101011110110010111101101001001111000110001110101111011000111010111101 | eeed8eb5ecbda4f18ebd8ebd |
UTF-8 | 鉈オ貊ゑスス | 111010011000100110001000111011111011110110110101111010001011001010001010111000111000001010010001111011111011110110111101111011111011110110111101 | e98988efbdb5e8b28ae38291efbdbdefbdbd |
UHC | ??貊ゑ?? | 0011111100111111110110001110011110101010111100010011111100111111 | 3f3fd8e7aaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)