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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ルネ蟇フイ^ | 11011001110010001110010110101111110011001011001001011110 | d9c8e5afccb25e |
EUC-JP | ルネ蟇フイ^ | 1000111011011001100011101100100011101010101100011000111011001100100011101011001001011110 | 8ed98ec8eab18ecc8eb25e |
UTF-8 | ルネ蟇フイ^ | 11101111101111101001100111101111101111101000100011101000100111111000011111101111101111101000110011101111101111011011001001011110 | efbe99efbe88e89f87efbe8cefbdb25e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)