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 | 霍玖挙蠎 | 1110100010110111100010111110100010001011100100111110010110111010 | e8b78be88b93e5ba |
EUC-JP | 霍玖挙蠎 | 1111000010111001101101101110101010110101111100111110101010111100 | f0b9b6eab5f3eabc |
UTF-8 | 霍玖挙蠎 | 111010011001110010001101111001111000111010010110111001101000110010011001111010001010000010001110 | e99c8de78e96e68c99e8a08e |
UHC | ?玖?? | 0011111111001111101110000011111100111111 | 3fcfb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)