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 | 銑?? | 10010001010011000011111100111111 | 914c3f3f |
EUC-JP | 銑?? | 11000001101011010011111100111111 | c1ad3f3f |
UTF-8 | 銑렗렋 | 111010011000101010010001111010111010000010010111111010111010000010001011 | e98a91eba097eba08b |
UHC | 銑렗렋 | 111000001101010110001110101011001000111010100010 | e0d58eac8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)