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 | 111011111010011010011110111010111000010110010101111011011001001010011011011110101110111110100110100111101110101110000101100101011110110110010010100110110111101001000010 | efa69eeb8595ed929b7aefa69eeb8595ed929b7a42 |
UHC | 咽녕풛z咽녕풛zB | 111001101110110010110011111001111011111010011110011110101110011011101100101100111110011110111110100111100111101001000010 | e6ecb3e7be9e7ae6ecb3e7be9e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)