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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巍??壤цた | 10011011110110010011111100111111100110101101111110000100100010001000001010111101 | 9bd93f3f9adf848882bd |
EUC-JP | 巍??壤цた | 11010110110110110011111100111111110101001110000110100111111010001010010010111111 | d6db3f3fd4e1a7e8a4bf |
UTF-8 | 巍띾떩壤цた | 1110010110110111100011011110101110011101101111101110101110010110101010011110010110100011101001001101000110000110111000111000000110011111 | e5b78deb9dbeeb96a9e5a3a4d186e3819f |
UHC | 巍띾떩壤цた | 111010001110010010001101111010111000101110111011111001011011110110101100111010001010101010111111 | e8e48deb8bbbe5bdace8aabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)