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 | 霽??捧 | 111010001100011100111111001111111001010111111001 | e8c73f3f95f9 |
EUC-JP | 霽??捧 | 111100001100100100111111001111111100101011111011 | f0c93f3fcafb |
UTF-8 | 霽樓렪捧 | 111010011001110010111101111011111010010110001100111010111010000010101010111001101000110110100111 | e99cbdefa58ceba0aae68da7 |
UHC | 霽樓렪捧 | 1111000010111000110100101110011010001110101110001101110011101001 | f0b8d2e68eb8dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)