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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 杖?畯?? | 10001111111100010011111111111011011011110011111100111111 | 8ff13ffb6f3f3f |
EUC-JP | 杖?畯®? | 10111110111100110011111110001111110011011011101110001111101000101110111000111111 | bef33f8fcdbb8fa2ee3f |
UTF-8 | 杖렱畯®렮 | 1110011010011101100101101110101110100000101100011110011110010101101011111100001010101110111010111010000010101110 | e69d96eba0b1e795afc2aeeba0ae |
UHC | 杖렱畯®렮 | 11101101111010001000111010111110111100011110000110100010111001111000111010111011 | ede88ebef1e1a2e78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)