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 | 訂矜肥 | 100100101111100111100001111000001001010011101100 | 92f9e1e094ec |
EUC-JP | 訂矜肥 | 110001001111101111100010111000101100100011101110 | c4fbe2e2c8ee |
UTF-8 | 訂矜肥 | 111010001010100010000010111001111001111110011100111010001000001010100101 | e8a882e79f9ce882a5 |
UHC | 訂矜肥 | 111011111111010011010000111010001101110111111110 | eff4d0e8ddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)