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 | 狷瑯穃狷 | 1110000011000100111000001110010111100010011011011110000011000100 | e0c4e0e5e26de0c4 |
EUC-JP | 狷瑯穃狷 | 1110000011000110111000001110011111100011110011101110000011000110 | e0c6e0e7e3cee0c6 |
UTF-8 | 狷瑯穃狷 | 111001111000101110110111111001111001000110101111111001111010100110000011111001111000101110110111 | e78bb7e791afe7a983e78bb7 |
UHC | ?瑯?? | 0011111111010101110010110011111100111111 | 3fd5cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)