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 | ???唯ζ? | 0011111100111111001111111001011101000010100000111100010000111111 | 3f3f3f974283c43f |
EUC-JP | 獒??唯ζ? | 10001111110010111011101100111111001111111100110110100011101001101100011000111111 | 8fcbbb3f3fcda3a6c63f |
UTF-8 | 獒붽쑴唯ζ럷 | 1110011110001101100100101110101110110110101111011110110010010001101101001110010110010100101011111100111010110110111010111001111110110111 | e78d92ebb6bdec91b4e594afceb6eb9fb7 |
UHC | 獒붽쑴唯ζ럷 | 111010001010001110010100111010101011111010101001111010101110011010100101111001101000111010010110 | e8a394eabea9eae6a5e68e96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)