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 | 驕ヲ雎殺 | 11101001100000011010011011101000101100011000111001000101 | e981a6e8b18e45 |
EUC-JP | 驕ヲ雎殺 | 1111000111100001100011101010011011110000101100111011101110100110 | f1e18ea6f0b3bba6 |
UTF-8 | 驕ヲ雎殺 | 111010011010100110010101111011111011110110100110111010011001101110001110111001101010111010111010 | e9a995efbda6e99b8ee6aeba |
UHC | 驕?雎殺 | 11001110111101100011111111101110110100011101111110101111 | cef63feed1dfaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)