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 | ?????駱^ | 0011111100111111001111110011111100111111111010010111000001011110 | 3f3f3f3f3fe9705e |
EUC-JP | ?????駱^ | 0011111100111111001111110011111100111111111100011101000101011110 | 3f3f3f3f3ff1d15e |
UTF-8 | 렻렍렻렯렺駱^ | 11101011101000001011101111101011101000001000110111101011101000001011101111101011101000001010111111101011101000001011101011101001101001111011000101011110 | eba0bbeba08deba0bbeba0afeba0bae9a7b15e |
UHC | 렻렍렻렯렺駱^ | 10001110110000111000111010100011100011101100001110001110101111001000111011000010110101011010110101011110 | 8ec38ea38ec38ebc8ec2d5ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)