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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | 醍?淫??SB | 100100011110011100111111100010001111101000111111001111110101001101000010 | 91e73f88fa3f3f5342 |
EUC-JP | 醍?淫??SB | 110000101110100100111111101100001111110000111111001111110101001101000010 | c2e93fb0fc3f3f5342 |
UTF-8 | 醍렟淫몃샌SB | 1110100110000110100011011110101110100000100111111110011010110111101010111110101110101010100000111110110010000011100011000101001101000010 | e9868deba09fe6b7abebaa83ec838c5342 |
UHC | 醍렟淫몃샌SB | 111100001011010110001110101100001110101111100010101110001110101110111011111101110101001101000010 | f0b58eb0ebe2b8ebbbf75342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)