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 | ?臥桎? | 001111111000100111100111100111100111111000111111 | 3f89e79e7e3f |
EUC-JP | ?臥桎? | 001111111011001011101001110110111101111100111111 | 3fb2e9dbdf3f |
UTF-8 | 씨臥桎렎 | 111011001001010010101000111010001000011110100101111001101010000110001110111010111010000010001110 | ec94a8e887a5e6a18eeba08e |
UHC | 씨臥桎렎 | 1011111010111110111010001100001011110010111011101000111010100100 | bebee8c2f2ee8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)