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 | 飄?葺 | 1110100101000111001111111001010110011000 | e9473f9598 |
EUC-JP | 飄?葺 | 1111000110101000001111111100100111111000 | f1a83fc9f8 |
UTF-8 | 飄렦葺 | 111010011010001110000100111010111010000010100110111010001001000110111010 | e9a384eba0a6e891ba |
UHC | 飄렦葺 | 111110001111110110001110101101011111000111110001 | f8fd8eb5f1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)