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 | 竟竺霆 | 111010001110110110001110101100011110100010111011 | e8ed8eb1e8bb |
EUC-JP | 竟竺霆 | 111100001110111110111100101100111111000010111101 | f0efbcb3f0bd |
UTF-8 | 竟竺霆 | 111001111010101110011111111001111010101110111010111010011001110010000110 | e7ab9fe7abbae99c86 |
UHC | 竟竺霆 | 110011001110010111110101111001111110111111111101 | cce5f5e7effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)