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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 茴縁洲茘? | 111001001010000010001001100011111000111101000110111001001010101100111111 | e4a0898f8f46e4ab3f |
EUC-JP | 茴縁洲茘閡 | 1110100010100010101100011110111110111101101001111110100010101101100011111110011010101010 | e8a2b1efbda7e8ad8fe6aa |
UTF-8 | 茴縁洲茘閡 | 111010001000110010110100111001111011100010000001111001101011010010110010111010001000110010011000111010011001011010100001 | e88cb4e7b881e6b4b2e88c98e996a1 |
UHC | 茴?洲?? | 11111100111011010011111111110001101111010011111100111111 | fced3ff1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)