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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 柔?n}柔?n{^ | 1000111101011111001111110110111001111101100011110101111100111111011011100111101101011110 | 8f5f3f6e7d8f5f3f6e7b5e |
EUC-JP | 柔?n}柔?n{^ | 1011110111000000001111110110111001111101101111011100000000111111011011100111101101011110 | bdc03f6e7dbdc03f6e7b5e |
UTF-8 | 柔몂n}柔몂n{^ | 1110011010011111100101001110101110101010100000100110111001111101111001101001111110010100111010111010101010000010011011100111101101011110 | e69f94ebaa826e7de69f94ebaa826e7b5e |
UHC | 柔몂n}柔몂n{^ | 11101010111101011001000101101111011011100111110111101010111101011001000101101111011011100111101101011110 | eaf5916f6e7deaf5916f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)