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???WB | 001111110011111100111111011110100011111100111111001111110101011101000010 | 3f3f3f7a3f3f3f5742 |
SJIS-WIN | ???z???WB | 001111110011111100111111011110100011111100111111001111110101011101000010 | 3f3f3f7a3f3f3f5742 |
EUC-JP | ???z???WB | 001111110011111100111111011110100011111100111111001111110101011101000010 | 3f3f3f7a3f3f3f5742 |
UTF-8 | 묮뫍묨z묮뫍묯WB | 111010111010110010101110111010111010101110001101111010111010110010101000011110101110101110101100101011101110101110101011100011011110101110101100101011110101011101000010 | ebacaeebab8debaca87aebacaeebab8debacaf5742 |
UHC | 묮뫍묨z묮뫍묯WB | 100100100100010110010001101011111001001001000001011110101001001001000101100100011010111110010010010001100101011101000010 | 924591af92417a924591af92465742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)