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 | Þ¤¡x | 100011111101111010100100100011101010000101111000 | 8fdea48ea178 |
SJIS-WIN | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
EUC-JP | ?Þ¤?¡x | 001111111000111110101001101100001000111110100010111100000011111110001111101000101100001001111000 | 3f8fa9b08fa2f03f8fa2c278 |
UTF-8 | Þ¤¡x | 1100001010001111110000111001111011000010101001001100001010001110110000101010000101111000 | c28fc39ec2a4c28ec2a178 |
UHC | ?Þ¤?¡x | 001111111010100010101101101000101011010000111111101000101010111001111000 | 3fa8ada2b43fa2ae78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)