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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墺?/矮 | 10011010110100100011111110000001010111101110000111100010 | 9ad23f815ee1e2 |
EUC-JP | 墺?/矮 | 11010100110101000011111110100001101111111110001011100100 | d4d43fa1bfe2e4 |
UTF-8 | 墺잏/矮 | 111001011010001010111010111011001001111010001111111011111011110010001111111001111001111110101110 | e5a2baec9e8fefbc8fe79fae |
UHC | 墺잏/矮 | 1110011111110010100111111110011110100011101011111110100011100001 | e7f29fe7a3afe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)