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{^ | 1110011010011111100101001110110010111110100111000110111001111101111001101001111110010100111011001011111010011100011011100111101101011110 | e69f94ecbe9c6e7de69f94ecbe9c6e7b5e |
UHC | 柔쾜n}柔쾜n{^ | 11101010111101011011001001101111011011100111110111101010111101011011001001101111011011100111101101011110 | eaf5b26f6e7deaf5b26f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)