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 | ??????^\ | 0011111100111111001111110011111100111111001111110101111001011100 | 3f3f3f3f3f3f5e5c |
SJIS-WIN | ??????^\ | 0011111100111111001111110011111100111111001111110101111001011100 | 3f3f3f3f3f3f5e5c |
EUC-JP | ??????^\ | 0011111100111111001111110011111100111111001111110101111001011100 | 3f3f3f3f3f3f5e5c |
UTF-8 | 렻ㅔ귿렻┙렋^\ | 1110101110100000101110111110001110000101100101001110101010110111101111111110101110100000101110111110001010010100100110011110101110100000100010110101111001011100 | eba0bbe38594eab7bfeba0bbe29499eba08b5e5c |
UHC | 렻ㅔ귿렻┙렋^\ | 1000111011000011101001001100010010110001110110101000111011000011101001101100010010001110101000100101111001011100 | 8ec3a4c4b1da8ec3a6c48ea25e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)