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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?戍肥 | 0011111110011100111110011001010011101100 | 3f9cf994ec |
EUC-JP | ?戍肥 | 0011111111011000111110111100100011101110 | 3fd8fbc8ee |
UTF-8 | 룵戍肥 | 111010111010001110110101111001101000100010001101111010001000001010100101 | eba3b5e6888de882a5 |
UHC | 룵戍肥 | 100011111010101011100010101000011101110111111110 | 8faae2a1ddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)