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 | ??儀?? | 001111110011111110001011010101100011111100111111 | 3f3f8b563f3f |
EUC-JP | ??儀?? | 001111110011111110110101101101110011111100111111 | 3f3fb5b73f3f |
UTF-8 | 亐렕儀븀롛 | 111001001011101010010000111010111010000010010101111001011000010010000000111010111011100010000000111010111010000110011011 | e4ba90eba095e58480ebb880eba19b |
UHC | 亐렕儀븀롛 | 11101010101001111000111010101010111010111111000010111010111001111000111011011111 | eaa78eaaebf0bae78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)