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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | 耨モソ_ | 1110001111010011110100111011111101011111 | e3d3d3bf5f |
EUC-JP | 耨モソ_ | 11100110110101011000111011010011100011101011111101011111 | e6d58ed38ebf5f |
UTF-8 | 耨モソ_ | 11101000100000001010100011101111101111101001001111101111101111011011111101011111 | e880a8efbe93efbdbf5f |
UHC | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)