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 | 邑?? | 10010111010101110011111100111111 | 97573f3f |
EUC-JP | 邑?? | 11001101101110000011111100111111 | cdb83f3f |
UTF-8 | 邑녘찤 | 111010011000001010010001111010111000010110011000111011001011000010100100 | e98291eb8598ecb0a4 |
UHC | 邑녘찤 | 111010111110100110110011111010001010100110100000 | ebe9b3e8a9a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)