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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 烝?雋???^ | 111000000111111000111111111010001011001000111111001111110011111101011110 | e07e3fe8b23f3f3f5e |
EUC-JP | 烝?雋???^ | 110111111101111100111111111100001011010000111111001111110011111101011110 | dfdf3ff0b43f3f3f5e |
UTF-8 | 烝렱雋븅렦렊^ | 11100111100000111001110111101011101000001011000111101001100110111000101111101011101110001000010111101011101000001010011011101011101000001000101001011110 | e7839deba0b1e99b8bebb885eba0a6eba08a5e |
UHC | 烝렱雋븅렦렊^ | 11110001111101101000111010111110111100011110011010111010111010011000111010110101100011101010000101011110 | f1f68ebef1e6bae98eb58ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)