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?帳 | 10010000010010101000001010001001001111111001001010100000 | 904a82893f92a0 |
EUC-JP | 辱i?帳 | 10111111101010111010001111101001001111111100010010100010 | bfaba3e93fc4a2 |
UTF-8 | 辱i뮈帳 | 111010001011111010110001111011111011110110001001111010111010111010001000111001011011100010110011 | e8beb1efbd89ebae88e5b8b3 |
UHC | 辱i뮈帳 | 1110100110110100101000111110100110111001101111111110110111100011 | e9b4a3e9b9bfede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)