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 | 眸耡眸聟 | 1110000111000110111000111101001011100001110001101110001111011011 | e1c6e3d2e1c6e3db |
EUC-JP | 眸耡眸聟 | 1110001011001000111001101101010011100010110010001110011011011101 | e2c8e6d4e2c8e6dd |
UTF-8 | 眸耡眸聟 | 111001111001110010111000111010001000000010100001111001111001110010111000111010001000000110011111 | e79cb8e880a1e79cb8e8819f |
UHC | 眸?眸? | 110110011100001000111111110110011100001000111111 | d9c23fd9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)