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 | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-WIN | ワクV}ワクV{^ | 110111001011100001010110011111011101110010111000010101100111101101011110 | dcb8567ddcb8567b5e |
EUC-JP | ワクV}ワクV{^ | 10001110110111001000111010111000010101100111110110001110110111001000111010111000010101100111101101011110 | 8edc8eb8567d8edc8eb8567b5e |
UTF-8 | ワクV}ワクV{^ | 1110111110111110100111001110111110111101101110000101011001111101111011111011111010011100111011111011110110111000010101100111101101011110 | efbe9cefbdb8567defbe9cefbdb8567b5e |
UHC | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)