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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 練쇠풛z練쇠풛zB | 111011111010011010010110111011001000011110100000111011011001001010011011011110101110111110100110100101101110110010000111101000001110110110010010100110110111101001000010 | efa696ec87a0ed929b7aefa696ec87a0ed929b7a42 |
UHC | 練쇠풛z練쇠풛zB | 111001101101111110111100111010001011111010011110011110101110011011011111101111001110100010111110100111100111101001000010 | e6dfbce8be9e7ae6dfbce8be9e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)