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 | 帝伎匪 | 100100101110100110001010111010101001010011011001 | 92e98aea94d9 |
EUC-JP | 帝伎匪 | 110001001110101110110100111011001100100011011011 | c4ebb4ecc8db |
UTF-8 | 帝伎匪 | 111001011011100010011101111001001011110010001110111001011000110010101010 | e5b89de4bc8ee58caa |
UHC | 帝伎匪 | 111100001010100011010000111010111101110111100011 | f0a8d0ebdde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)