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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???爰?? | 00111111001111110011111111100000101001110011111100111111 | 3f3f3fe0a73f3f |
EUC-JP | ???爰?ł | 001111110011111100111111111000001010100100111111100011111010100111001000 | 3f3f3fe0a93f8fa9c8 |
UTF-8 | 說뺣뱺爰볡ł | 1110111110100110101000011110101110111010101000111110101110110001101110101110011110001000101100001110101110110011101000011100010110000010 | efa6a1ebbaa3ebb1bae788b0ebb3a1c582 |
UHC | 說뺣뱺爰볡ł | 111001101111001010010101111010111001001110100000111010101011101010010011111001111010100110101001 | e6f295eb93a0eaba93e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)