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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霈会ス壱棡^ | 11101000101111001000100111101111101111011000100011101011100111101001110001011110 | e8bc89efbd88eb9e9c5e |
EUC-JP | 霈会ス壱棡^ | 1111000010111110101100101111000110001110101111011011000011101101110110111111110001011110 | f0beb2f18ebdb0eddbfc5e |
UTF-8 | 霈会ス壱棡^ | 11101001100111001000100011100100101111001001101011101111101111011011110111100101101000111011000111100110101000111010000101011110 | e99c88e4bc9aefbdbde5a3b1e6a3a15e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)