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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陦定ャ捶 | 11101000101000011001001011101000101011001001110101111000 | e8a192e8ac9d78 |
EUC-JP | 陦定ャ捶 | 1111000010100011110001001110101010001110101011001101100111011001 | f0a3c4ea8eacd9d9 |
UTF-8 | 陦定ャ捶 | 111010011001100110100110111001011010111010011010111011111011110110101100111001101000110110110110 | e999a6e5ae9aefbdace68db6 |
UHC | ?定?? | 0011111111101111110100100011111100111111 | 3fefd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)