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 | C½§ä· | 1001001001000011100100011011110110010001101001111110010010110111 | 924391bd91a7e4b7 |
SJIS-WIN | ?C???§?? | 001111110100001100111111001111110011111110000001100110000011111100111111 | 3f433f3f3f81983f3f |
EUC-JP | ?C???§ä? | 0011111101000011001111110011111100111111101000011111100010001111101010111010001100111111 | 3f433f3f3fa1f88faba33f |
UTF-8 | C½§ä· | 110000101001001001000011110000101001000111000010101111011100001010010001110000101010011111000011101001001100001010110111 | c29243c291c2bdc291c2a7c3a4c2b7 |
UHC | ?C?½?§?· | 0011111101000011001111111010100011110110001111111010000111010111001111111010000110100100 | 3f433fa8f63fa1d73fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)