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 | 霑夂距蠑 | 1110100010111111100110101110011110001011100101111110010110111100 | e8bf9ae78b97e5bc |
EUC-JP | 霑夂距蠑 | 1111000011000001110101001110100110110101111101111110101010111110 | f0c1d4e9b5f7eabe |
UTF-8 | 霑夂距蠑 | 111010011001110010010001111001011010010010000010111010001011011110011101111010001010000010010001 | e99c91e5a482e8b79de8a091 |
UHC | 霑?距? | 111011111100010100111111110010111110010100111111 | efc53fcbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)