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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???粗B | 001111110011111100111111100100010110010101000010 | 3f3f3f916542 |
EUC-JP | ???粗B | 001111110011111100111111110000011100011001000010 | 3f3f3fc1c642 |
UTF-8 | 솩성僚粗B | 11101100100001101010100111101100100001001011000111101111101001101011101111100111101100101001011101000010 | ec86a9ec84b1efa6bbe7b29742 |
UHC | 솩성僚粗B | 101111001101111010111100101110101110100011101000111100001101100001000010 | bcdebcbae8e8f0d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)