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 | 긠| 110000111010101011000010101110001100001010001011 | c3aac2b8c28b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | � | 10001111101010101010101010001111101000101110110010001111101010101010010010001111101000101011000110001111101010101010010000111111 | 8faaaa8fa2ec8faaa48fa2b18faaa43f |
UTF-8 | 긠| 110000111000001111000010101010101100001110000010110000101011100011000011100000101100001010001011 | c383c2aac382c2b8c382c28b |
UHC | ?ª?¸?? | 0011111110101000101000110011111110100010101011000011111100111111 | 3fa8a33fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)