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 | 隯跼隯 | 111110111110110011100110111100001111101111101100 | fbece6f0fbec |
EUC-JP | 隯跼隯 | 1000111111100110111011111110110011110010100011111110011011101111 | 8fe6efecf28fe6ef |
UTF-8 | 隯跼隯 | 111010011001101010101111111010001011011110111100111010011001101010101111 | e99aafe8b7bce99aaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)