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 | 雫寀 | 111110001111110010001110101101001111101010100111 | f8fc8eb4faa7 |
EUC-JP | ?雫寀 | 001111111011110010110110100011111011101011011011 | 3fbcb68fbadb |
UTF-8 | 雫寀 | 111011101001101010011011111010011001101110101011111001011010111110000000 | ee9a9be99babe5af80 |
UHC | ??寀 | 00111111001111111111001111110010 | 3f3ff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)