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 | 鱠ト昕襭 | 11101001111001001100010011111010110011111110011001000010 | e9e4c4facfe642 |
EUC-JP | 鱠ト昕襭 | 111100101110011010001110110001001000111111000001111111001110101110100011 | f2e68ec48fc1fceba3 |
UTF-8 | 鱠ト昕襭 | 111010011011000110100000111011111011111010000100111001101001100010010101111010001010010110101101 | e9b1a0efbe84e69895e8a5ad |
UHC | ??昕? | 0011111100111111111111011101101000111111 | 3f3ffdda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)