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}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 閻?W}閻?W{^ | 1110100010000101001111110101011101111101111010001000010100111111010101110111101101011110 | e8853f577de8853f577b5e |
EUC-JP | 閻?W}閻?W{^ | 1110111111100101001111110101011101111101111011111110010100111111010101110111101101011110 | efe53f577defe53f577b5e |
UTF-8 | 閻펝W}閻펝W{^ | 1110100110010110101110111110110110001110100111010101011101111101111010011001011010111011111011011000111010011101010101110111101101011110 | e996bbed8e9d577de996bbed8e9d577b5e |
UHC | 閻펝W}閻펝W{^ | 11100111101000101011110001101110010101110111110111100111101000101011110001101110010101110111101101011110 | e7a2bc6e577de7a2bc6e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)