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 | 迢帝屆 | 111001111000101110010010111010011001101110011100 | e78b92e99b9c |
EUC-JP | 迢帝屆 | 111011011110101111000100111010111101010111111100 | edebc4ebd5fc |
UTF-8 | 迢帝屆 | 111010001011111110100010111001011011100010011101111001011011000110000110 | e8bfa2e5b89de5b186 |
UHC | ?帝屆 | 0011111111110000101010001100110011111010 | 3ff0a8ccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)