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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湜ァ閨歐 | 11111011010001111010011111101000100000011001111101011110 | fb47a7e8819f5e |
EUC-JP | 湜ァ閨歐 | 100011111100011111111100100011101010011111101111111000011101110110111111 | 8fc7fc8ea7efe1ddbf |
UTF-8 | 湜ァ閨歐 | 111001101011100110011100111011111011110110100111111010011001011010101000111001101010110110010000 | e6b99cefbda7e996a8e6ad90 |
UHC | 湜?閨歐 | 11100011110101110011111111010000101100011100111110110001 | e3d73fd0b1cfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)