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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮏璽鋗 | 111111000100001110001110101000111111101111010000 | fc438ea3fbd0 |
EUC-JP | 鮏璽鋗 | 1000111111101010110110111011110010100101100011111110010011000001 | 8feadbbca58fe4c1 |
UTF-8 | 鮏璽鋗 | 111010011010111010001111111001111001001010111101111010011000101110010111 | e9ae8fe792bde98b97 |
UHC | ?璽? | 00111111110111111101111000111111 | 3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)