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 | 慂??? | 1001110011001000001111110011111100111111 | 9cc83f3f3f |
EUC-JP | 慂??倻 | 11011000110010100011111100111111100011111011000111110110 | d8ca3f3f8fb1f6 |
UTF-8 | 慂잍교倻 | 111001101000010110000010111011001001111010001101111010101011010110010000111001011000000010111011 | e68582ec9e8deab590e580bb |
UHC | 慂잍교倻 | 1110100110111101100111111110011010110001101100111110010110100110 | e9bd9fe6b1b3e5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)