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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 圓?劍t | 100110101010001000111111100110011001100001110100 | 9aa23f999874 |
EUC-JP | 圓?劍t | 110101001010010000111111110100011111100001110100 | d4a43fd1f874 |
UTF-8 | 圓꿱劍t | 11100101100111001001001111101010101111111011000111100101100010101000110101110100 | e59c93eabfb1e58a8d74 |
UHC | 圓꿱劍t | 11101010101011011011001011101000110010111111110001110100 | eaadb2e8cbfc74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)