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 | 告?‥ | 1000110110010000001111111000000101100100 | 8d903f8164 |
EUC-JP | 告?‥ | 1011100111110000001111111010000111000101 | b9f03fa1c5 |
UTF-8 | 告┡‥ | 111001011001000110001010111000101001010010100001111000101000000010100101 | e5918ae294a1e280a5 |
UHC | 告┡‥ | 110011011011000110100110110010111010000110100101 | cdb1a6cba1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)