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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 倻??? | 100011111011000111110110001111110011111100111111 | 8fb1f63f3f3f |
UTF-8 | 倻뽏룹㉧ | 111001011000000010111011111010111011110110001111111010111010001110111001111000111000100110100111 | e580bbebbd8feba3b9e389a7 |
UHC | 倻뽏룹㉧ | 1110010110100110100101101100111010110111111011001010100010111000 | e5a696ceb7eca8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)