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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮏ヨョ醤 | 1111110001000011110101101111000010110000101011101000111111011101 | fc43d6f0b0ae8fdd |
EUC-JP | 鮏ヨ?ョ醤 | 10001111111010101101101110001110110101100011111110001110101011101011111011011111 | 8feadb8ed63f8eaebedf |
UTF-8 | 鮏ヨョ醤 | 111010011010111010001111111011111011111010010110111011101000000110101111111011111011110110101110111010011000011010100100 | e9ae8fefbe96ee81afefbdaee986a4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)