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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陦鮭隶妤包ァ | 1110100010100001100011011111100011101000101011101111101010100100100101011110111110100111 | e8a18df8e8aefaa495efa7 |
EUC-JP | 陦鮭隶妤包ァ | 11110000101000111011101011111010111100001011000010001111101110011010111111001010111100011000111010100111 | f0a3bafaf0b08fb9afcaf18ea7 |
UTF-8 | 陦鮭隶妤包ァ | 111010011001100110100110111010011010111010101101111010011001101010110110111001011010011010100100111001011000110010000101111011111011110110100111 | e999a6e9aeade99ab6e5a6a4e58c85efbda7 |
UHC | ????包? | 00111111001111110011111100111111111110001101000000111111 | 3f3f3f3ff8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)