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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?背] | 00111111100101000111011101011101 | 3f94775d |
EUC-JP | 瀣背] | 100011111100100110110001110001111101100001011101 | 8fc9b1c7d85d |
UTF-8 | 瀣背] | 11100111100000001010001111101000100000111000110001011101 | e780a3e8838c5d |
UHC | 瀣背] | 1111101010101110110110111100111001011101 | faaedbce5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)