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 | 111011111010011010011100111011001001101010101001111011001010000010111111011110101110111110100110100111001110110010011010101010011110110010100000101111110111101001000010 | efa69cec9aa9eca0bf7aefa69cec9aa9eca0bf7a42 |
UHC | 列용젿z列용젿zB | 111001101110101010111111111010111010000010110001011110101110011011101010101111111110101110100000101100010111101001000010 | e6eabfeba0b17ae6eabfeba0b17a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)