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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 叱鴕リ鮓ッ | 11110001111000011000111010110110111010011111011011011000111010011011011010101111 | f1e18eb6e9f6d8e9b6af |
EUC-JP | ?叱鴕リ鮓ッ | 0011111110111100101110001111001011111000100011101101100011110010101110001000111010101111 | 3fbcb8f2f88ed8f2b88eaf |
UTF-8 | 叱鴕リ鮓ッ | 111011101000010110011100111001011000111110110001111010011011010010010101111011111011111010011000111010011010111010010011111011111011110110101111 | ee859ce58fb1e9b495efbe98e9ae93efbdaf |
UHC | ?叱???? | 00111111111100101110101000111111001111110011111100111111 | 3ff2ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)