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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粫手召蟇 | 1110001011100110100011101110100010001111101000101110010110101111 | e2e68ee88fa2e5af |
EUC-JP | 粫手召蟇 | 1110010011101000101111001110101010111110101001001110101010110001 | e4e8bceabea4eab1 |
UTF-8 | 粫手召蟇 | 111001111011001010101011111001101000100110001011111001011000111110101100111010001001111110000111 | e7b2abe6898be58face89f87 |
UHC | ?手召? | 001111111110001010100010111000011010111100111111 | 3fe2a2e1af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)