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 | 鰀ニ齊ェ鴫 | 1111110001000110110001101110101010001110101010101000111010110000 | fc46c6ea8eaa8eb0 |
EUC-JP | 鰀ニ齊ェ鴫 | 1000111111101011101001011000111011000110111100111110111010001110101010101011110010110010 | 8feba58ec6f3ee8eaabcb2 |
UTF-8 | 鰀ニ齊ェ鴫 | 111010011011000010000000111011111011111010000110111010011011110110001010111011111011110110101010111010011011010010101011 | e9b080efbe86e9bd8aefbdaae9b4ab |
UHC | ??齊?? | 001111110011111111110000101110100011111100111111 | 3f3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)