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 | 墺????? | 10011010110100100011111100111111001111110011111100111111 | 9ad23f3f3f3f3f |
EUC-JP | 墺????? | 11010100110101000011111100111111001111110011111100111111 | d4d43f3f3f3f3f |
UTF-8 | 墺뺟툈若쀨뫍 | 111001011010001010111010111010111011101010011111111011011000100010001000111011111010010110110100111011001000000010101000111010111010101110001101 | e5a2baebba9fed8888efa5b4ec80a8ebab8d |
UHC | 墺뺟툈若쀨뫍 | 111001111111001010010101111001111011100010000001111001011010111010010111111010001001000110101111 | e7f295e7b881e5ae97e891af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)