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 | 韃区屆鉚 | 1110100011100101100010111110011010011011100111001110011111110100 | e8e58be69b9ce7f4 |
EUC-JP | 韃区屆鉚 | 1111000011100111101101101110100011010101111111001110111011110110 | f0e7b6e8d5fceef6 |
UTF-8 | 韃区屆鉚 | 111010011001111110000011111001011000110010111010111001011011000110000110111010011000100110011010 | e99f83e58cbae5b186e9899a |
UHC | ??屆? | 0011111100111111110011001111101000111111 | 3f3fccfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)