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 | 褸鈴ス危 | 11100101111110001001011111101001101111011000101011101011 | e5f897e9bd8aeb |
EUC-JP | 褸鈴ス危 | 1110101011111010110011101110101110001110101111011011010011101101 | eafaceeb8ebdb4ed |
UTF-8 | 褸鈴ス危 | 111010001010010010111000111010011000100010110100111011111011110110111101111001011000110110110001 | e8a4b8e988b4efbdbde58db1 |
UHC | 褸鈴?危 | 11010111101011101101011011000010001111111110101011001011 | d7aed6c23feacb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)