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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 臓速臓測B | 100100011001111110010001101011001001000110011111100100011010101001000010 | 919f91ac919f91aa42 |
EUC-JP | 臓速臓測B | 110000101010000111000010101011101100001010100001110000101010110001000010 | c2a1c2aec2a1c2ac42 |
UTF-8 | 臓速臓測B | 11101000100001111001001111101001100000001001111111101000100001111001001111100110101110001010110001000010 | e88793e9809fe88793e6b8ac42 |
UHC | ?速?測B | 00111111111000011101110000111111111101101011010001000010 | 3fe1dc3ff6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)