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 | 辱ゆ?? | 100100000100101010000010111001000011111100111111 | 904a82e43f3f |
EUC-JP | 辱ゆ?倻 | 1011111110101011101001001110011000111111100011111011000111110110 | bfaba4e63f8fb1f6 |
UTF-8 | 辱ゆ교倻 | 111010001011111010110001111000111000001010000110111010101011010110010000111001011000000010111011 | e8beb1e38286eab590e580bb |
UHC | 辱ゆ교倻 | 1110100110110100101010101110011010110001101100111110010110100110 | e9b4aae6b1b3e5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)