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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?純??B | 001111111000111110000011001111110011111101000010 | 3f8f833f3f42 |
EUC-JP | ?純??B | 001111111011110111100011001111110011111101000010 | 3fbde33f3f42 |
UTF-8 | 쌪純쌪쉄B | 11101100100011001010101011100111101101001001010011101100100011001010101011101100100010011000010001000010 | ec8caae7b494ec8caaec898442 |
UHC | 쌪純쌪쉄B | 100110110101001011100010111011011001101101010010100110100101100101000010 | 9b52e2ed9b529a5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)