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 | 鋏会ス丞ョ鈴 | 11100111111101011000100111101111101111011000111111100101101011101001011111101001 | e7f589efbd8fe5ae97e9 |
EUC-JP | 鋏会ス丞ョ鈴 | 111011101111011110110010111100011000111010111101101111101110011110001110101011101100111011101011 | eef7b2f18ebdbee78eaeceeb |
UTF-8 | 鋏会ス丞ョ鈴 | 111010011000101110001111111001001011110010011010111011111011110110111101111001001011100010011110111011111011110110101110111010011000100010110100 | e98b8fe4bc9aefbdbde4b89eefbdaee988b4 |
UHC | 鋏??丞?鈴 | 111110101111100100111111001111111110001110101010001111111101011011000010 | faf93f3fe3aa3fd6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)