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 | ????y\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
SJIS-WIN | ???隅y\ | 00111111001111110011111110001011111101110111100101011100 | 3f3f3f8bf7795c |
EUC-JP | ???隅y\ | 00111111001111110011111110110110111110010111100101011100 | 3f3f3fb6f9795c |
UTF-8 | 잢歷잢隅y\ | 1110110010011110101000101110111110100110100011001110110010011110101000101110100110011010100001010111100101011100 | ec9ea2efa68cec9ea2e99a85795c |
UHC | 잢歷잢隅y\ | 10011111111100011110011010111000100111111111000111101001111010100111100101011100 | 9ff1e6b89ff1e9ea795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)