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 | 墺??仰?? | 1001101011010010001111110011111110001011110000100011111100111111 | 9ad23f3f8bc23f3f |
EUC-JP | 墺??仰?? | 1101010011010100001111110011111110110110110001000011111100111111 | d4d43f3fb6c43f3f |
UTF-8 | 墺뺞폇仰묋굝 | 111001011010001010111010111010111011101010011110111011011000111110000111111001001011101110110000111010111010110010001011111010101011010110011101 | e5a2baebba9eed8f87e4bbb0ebac8beab59d |
UHC | 墺뺞폇仰묋굝 | 111001111111001010010101111001101011110010010100111001001110011010010001111010001000001010000101 | e7f295e6bc94e4e691e88285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)