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 | 韶皮キ貞ョ唯 | 11101000111011101001010011100111101101111001001011100101101011101001011101000010 | e8ee94e7b792e5ae9742 |
EUC-JP | 韶皮キ貞ョ唯 | 111100001111000011001000111010011000111010110111110001001110011110001110101011101100110110100011 | f0f0c8e98eb7c4e78eaecda3 |
UTF-8 | 韶皮キ貞ョ唯 | 111010011001111110110110111001111001101010101110111011111011110110110111111010001011001010011110111011111011110110101110111001011001010010101111 | e99fb6e79aaeefbdb7e8b29eefbdaee594af |
UHC | 韶皮?貞?唯 | 11100001110100101111100110101011001111111110111111110110001111111110101011100110 | e1d2f9ab3feff63feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)