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姐腱 | 1110010010000010100000101000100110001000101101111110010001000110 | e482828988b7e446 |
EUC-JP | 艪i姐腱 | 1110011111100010101000111110100110110000101110011110011110100111 | e7e2a3e9b0b9e7a7 |
UTF-8 | 艪i姐腱 | 111010001000100110101010111011111011110110001001111001011010011110010000111010001000010110110001 | e889aaefbd89e5a790e885b1 |
UHC | ?i姐腱 | 00111111101000111110100111101110101110111100101111110010 | 3fa3e9eebbcbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)