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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湜鴫鴆ヨト蒔 | 11111011010001111000111010110000111010011110111111010110110001001000111010101010 | fb478eb0e9efd6c48eaa |
EUC-JP | 湜鴫鴆ヨト蒔 | 10001111110001111111110010111100101100101111001011110001100011101101011010001110110001001011110010101100 | 8fc7fcbcb2f2f18ed68ec4bcac |
UTF-8 | 湜鴫鴆ヨト蒔 | 111001101011100110011100111010011011010010101011111010011011010010000110111011111011111010010110111011111011111010000100111010001001001010010100 | e6b99ce9b4abe9b486efbe96efbe84e89294 |
UHC | 湜????蒔 | 1110001111010111001111110011111100111111001111111110001111001000 | e3d73f3f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)