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 | ã¿[ | 1100001110100011110000101011111101011011 | c3a3c2bf5b |
SJIS-WIN | ?£??[ | 001111111000000110010010001111110011111101011011 | 3f81923f3f5b |
EUC-JP | ã¿[ | 100011111010101010101010101000011111001010001111101010101010010010001111101000101100010001011011 | 8faaaaa1f28faaa48fa2c45b |
UTF-8 | ã¿[ | 110000111000001111000010101000111100001110000010110000101011111101011011 | c383c2a3c382c2bf5b |
UHC | ???¿[ | 001111110011111100111111101000101010111101011011 | 3f3f3fa2af5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)