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 | 識鱶ホ | 11110000110000011000111010101111111010011110011011001110 | f0c18eafe9e6ce |
EUC-JP | ?識鱶ホ | 00111111101111001011000111110010111010001000111011001110 | 3fbcb1f2e88ece |
UTF-8 | 識鱶ホ | 111011101000001010000000111010001010110110011000111010011011000110110110111011111011111010001110 | ee8280e8ad98e9b1b6efbe8e |
UHC | ?識?? | 0011111111100011110110110011111100111111 | 3fe3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)