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 | 箒醇┰筱 | 1110001010110100100011111000011010000100101110111110001010101010 | e2b48f8684bbe2aa |
EUC-JP | 箒醇┰筱 | 1110010010110110101111011110011010101000101111011110010010101100 | e4b6bde6a8bde4ac |
UTF-8 | 箒醇┰筱 | 111001111010111010010010111010011000011010000111111000101001010010110000111001111010110110110001 | e7ae92e98687e294b0e7adb1 |
UHC | ?醇┰? | 001111111110001011110101101001101011110100111111 | 3fe2f5a6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)