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 | ?g?恭? | 00111111100000101000011100111111100010111011000100111111 | 3f82873f8bb13f |
EUC-JP | ?g?恭? | 00111111101000111110011100111111101101101011001100111111 | 3fa3e73fb6b33f |
UTF-8 | 曆gㄻ恭輦 | 111011111010011010001011111011111011110110000111111000111000010010111011111001101000000110101101111011111010011010011000 | efa68befbd87e384bbe681adefa698 |
UHC | 曆gㄻ恭輦 | 11100110101101111010001111100111101001001010101111001101111100011110011011100100 | e6b7a3e7a4abcdf1e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)