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 | 袱犢輟 | 111001011101111011100000101101111110011101101111 | e5dee0b7e76f |
EUC-JP | 袱犢輟 | 111010101110000011100000101110011110110111010000 | eae0e0b9edd0 |
UTF-8 | 袱犢輟 | 111010001010001010110001111001111000101010100010111010001011110010011111 | e8a2b1e78aa2e8bc9f |
UHC | ?犢輟 | 0011111111010100101110111111010011001111 | 3fd4bbf4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)