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 | 絶??張?? | 1001000011100010001111110011111110010010101000110011111100111111 | 90e23f3f92a33f3f |
EUC-JP | 絶??張?? | 1100000011100100001111110011111111000100101001010011111100111111 | c0e43f3fc4a53f3f |
UTF-8 | 絶뚩ㅋ張섓푶 | 111001111011010110110110111010111001101010101001111000111000010110001011111001011011110010110101111011001000010010010011111011011001000110110110 | e7b5b6eb9aa9e3858be5bcb5ec8493ed91b6 |
UHC | 絶뚩ㅋ張섓푶 | 111011111011111010001100111010001010010010111011111011011110010110011000111011111011111010000100 | efbe8ce8a4bbede598efbe84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)