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 | 墺??巍?? | 1001101011010010001111110011111110011011110110010011111100111111 | 9ad23f3f9bd93f3f |
EUC-JP | 墺??巍?? | 1101010011010100001111110011111111010110110110110011111100111111 | d4d43f3fd6db3f3f |
UTF-8 | 墺섓엠巍쒑몘 | 111001011010001010111010111011001000010010010011111011001001011110100000111001011011011110001101111011001001001010010001111010111010101010011000 | e5a2baec8493ec97a0e5b78dec9291ebaa98 |
UHC | 墺섓엠巍쒑몘 | 111001111111001010011000111011111011111110100101111010001110010010011100111010001001000110000110 | e7f298efbfa5e8e49ce89186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)