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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 蟾ス譌剰∮] | 11100101101101111011110111100110100101111000111111101000100001111001001101011101 | e5b7bde6978fe887935d |
EUC-JP | 蟾ス譌剰?] | 11101010101110011000111010111101111010111111011110111110111010100011111101011101 | eab98ebdebf7beea3f5d |
UTF-8 | 蟾ス譌剰∮] | 11101000100111111011111011101111101111011011110111101000101011011000110011100101100010011011000011100010100010001010111001011101 | e89fbeefbdbde8ad8ce589b0e288ae5d |
UHC | 蟾???∮] | 1110000011101010001111110011111100111111101000101011000101011101 | e0ea3f3f3fa2b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)