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 | 犢痰爼獎 | 1110000010110111111000011000001011100000101010101110000011010000 | e0b7e182e0aae0d0 |
EUC-JP | 犢痰爼獎 | 1110000010111001111000011110001011100000101011001110000011010010 | e0b9e1e2e0ace0d2 |
UTF-8 | 犢痰爼獎 | 111001111000101010100010111001111001011110110000111001111000100010111100111001111000110110001110 | e78aa2e797b0e788bce78d8e |
UHC | 犢痰?? | 110101001011101111010011110000110011111100111111 | d4bbd3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)