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 | 111011111010011110110101111010111010110010010010111010101011000010111001011110101110111110100111101101011110101110101100100100101110101010110000101110010111101001000010 | efa7b5ebac92eab0b97aefa7b5ebac92eab0b97a42 |
UHC | 淋묒갹z淋묒갹zB | 111011001111100010010001111011001011000010111101011110101110110011111000100100011110110010110000101111010111101001000010 | ecf891ecb0bd7aecf891ecb0bd7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)