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 | 讓礼性闔 | 1110011010101000100101111110011110010000101010111110100010001110 | e6a897e790abe88e |
EUC-JP | 讓礼性闔 | 1110110010101010110011101110100111000000101011011110111111101110 | ecaacee9c0adefee |
UTF-8 | 讓礼性闔 | 111010001010111010010011111001111010010010111100111001101000000010100111111010011001011110010100 | e8ae93e7a4bce680a7e99794 |
UHC | 讓?性闔 | 11100101110100110011111111100000111101011111100111101111 | e5d33fe0f5f9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)