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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 牙??W狎 | 10001001111001010011111100111111010101111110000010111110 | 89e53f3f57e0be |
EUC-JP | 牙??W狎 | 10110010111001110011111100111111010101111110000011000000 | b2e73f3f57e0c0 |
UTF-8 | 牙뒒뢑W狎 | 11100111100010011001100111101011100100101001001011101011101000101001000101010111111001111000101110001110 | e78999eb9292eba29157e78b8e |
UHC | 牙뒒뢑W狎 | 111001001011001110001010100011111000111101001100010101111110010011100100 | e4b38a8f8f4c57e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)