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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艪i姐繪 | 1110010010000010100000101000100110001000101101111110001110001001 | e482828988b7e389 |
EUC-JP | 艪i姐繪 | 1110011111100010101000111110100110110000101110011110010111101001 | e7e2a3e9b0b9e5e9 |
UTF-8 | 艪i姐繪 | 111010001000100110101010111011111011110110001001111001011010011110010000111001111011100110101010 | e889aaefbd89e5a790e7b9aa |
UHC | ?i姐繪 | 00111111101000111110100111101110101110111111110011101011 | 3fa3e9eebbfceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)