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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 墺k?乳? | 1001101011010010100000101000101100111111100100111111101100111111 | 9ad2828b3f93fb3f |
EUC-JP | 墺k?乳? | 1101010011010100101000111110101100111111110001101111110100111111 | d4d4a3eb3fc6fd3f |
UTF-8 | 墺k끋乳틼 | 111001011010001010111010111011111011110110001011111010111000000110001011111001001011100110110011111011011000101110111100 | e5a2baefbd8beb818be4b9b3ed8bbc |
UHC | 墺k끋乳틼 | 11100111111100101010001111101011100001011011110111101010111000011011101101000010 | e7f2a3eb85bdeae1bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)