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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 驕ョ譚転H | 1110100110000001101011101110011010011101100100110101110101001000 | e981aee69d935d48 |
EUC-JP | 驕ョ譚転H | 111100011110000110001110101011101110101111111101110001011011111001001000 | f1e18eaeebfdc5be48 |
UTF-8 | 驕ョ譚転H | 11101001101010011001010111101111101111011010111011101000101011011001101011101000101110111010001001001000 | e9a995efbdaee8ad9ae8bba248 |
UHC | 驕?譚?H | 11001110111101100011111111010011110010010011111101001000 | cef63fd3c93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)