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 | 豺丞渕 | 111001101011011110001111111001011001111110111010 | e6b78fe59fba |
EUC-JP | 豺丞渕 | 111011001011100110111110111001111101111010111100 | ecb9bee7debc |
UTF-8 | 豺丞渕 | 111010001011000110111010111001001011100010011110111001101011100010010101 | e8b1bae4b89ee6b895 |
UHC | 豺丞? | 1110001111001111111000111010101000111111 | e3cfe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)