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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 鶯フン\ | 111010011111001011110010111100001100110011011101111101101101010001011100 | e9f2f2f0ccddf6d45c |
EUC-JP | 鶯?フン?\ | 111100101111010000111111100011101100110010001110110111010011111101011100 | f2f43f8ecc8edd3f5c |
UTF-8 | 鶯フン\ | 11101001101101101010111111101110100010001010011111101111101111101000110011101111101111101001110111101110100100111011101101011100 | e9b6afee88a7efbe8cefbe9dee93bb5c |
UHC | 鶯????\ | 11100101101000110011111100111111001111110011111101011100 | e5a33f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)