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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 矚モソ] | 1110000111011111110100111011111101011101 | e1dfd3bf5d |
EUC-JP | 矚モソ] | 11100010111000011000111011010011100011101011111101011101 | e2e18ed38ebf5d |
UTF-8 | 矚モソ] | 11100111100111111001101011101111101111101001001111101111101111011011111101011101 | e79f9aefbe93efbdbf5d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)