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 | 訂伎據 | 100100101111100110001010111010101001110110011111 | 92f98aea9d9f |
EUC-JP | 訂伎據 | 110001001111101110110100111011001101101010100001 | c4fbb4ecdaa1 |
UTF-8 | 訂伎據 | 111010001010100010000010111001001011110010001110111001101001001110011010 | e8a882e4bc8ee6939a |
UHC | 訂伎據 | 111011111111010011010000111010111100101111100000 | eff4d0ebcbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)