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 | 讓湮ソ峵 | 11100110101010001001111111001110101111111111101010101110 | e6a89fcebffaae |
EUC-JP | 讓湮ソ? | 11101100101010101101111011010000100011101011111100111111 | ecaaded08ebf3f |
UTF-8 | 讓湮ソ峵 | 111010001010111010010011111001101011100110101110111011111011110110111111111001011011001110110101 | e8ae93e6b9aeefbdbfe5b3b5 |
UHC | 讓湮?? | 111001011101001111101100110111000011111100111111 | e5d3ecdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)