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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?瑙??達^ | 0011111111100000111011010011111100111111100100100100001001011110 | 3fe0ed3f3f92425e |
EUC-JP | ?瑙??達^ | 0011111111100000111011110011111100111111110000111010001101011110 | 3fe0ef3f3fc3a35e |
UTF-8 | 렺瑙렮렺達^ | 11101011101000001011101011100111100100011001100111101011101000001010111011101011101000001011101011101001100000011001010001011110 | eba0bae79199eba0aeeba0bae981945e |
UHC | 렺瑙렮렺達^ | 1000111011000010110100101100010110001110101110111000111011000010110100111011100101011110 | 8ec2d2c58ebb8ec2d3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)