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 | 鴫寬悉 | 1111000011111100100011101011000011111010101010101000111010111011 | f0fc8eb0faaa8ebb |
EUC-JP | ?鴫?悉 | 001111111011110010110010001111111011110010111101 | 3fbcb23fbcbd |
UTF-8 | 鴫寬悉 | 111011101000001010111011111010011011010010101011111001011010111110101100111001101000001010001001 | ee82bbe9b4abe5aface68289 |
UHC | ??寬悉 | 001111110011111111001110101100001110001111111010 | 3f3fceb0e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)