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 | 娃??已?? | 1000100010100001001111110011111110011011110111110011111100111111 | 88a13f3f9bdf3f3f |
EUC-JP | 娃??已?? | 1011000010100011001111110011111111010110111000010011111100111111 | b0a33f3fd6e13f3f |
UTF-8 | 娃븍낑已쇘솾 | 111001011010100010000011111010111011100010001101111010111000001010010001111001011011011110110010111011001000011110011000111011001000011010111110 | e5a883ebb88deb8291e5b7b2ec8798ec86be |
UHC | 娃븍낑已쇘솾 | 111010001101111110111010111010111011001110101001111011001010101110111100111001111001100110110010 | e8dfbaebb3a9ecabbce799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)