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 | 歟??揖?^ | 1001111101100010001111110011111110010111010010110011111101011110 | 9f623f3f974b3f5e |
EUC-JP | 歟??揖?^ | 1101110111000011001111110011111111001101101011000011111101011110 | ddc33f3fcdac3f5e |
UTF-8 | 歟㏐랬揖쟜^ | 11100110101011011001111111100011100011111001000011101011100111101010110011100110100011111001011011101100100111111001110001011110 | e6ad9fe38f90eb9eace68f96ec9f9c5e |
UHC | 歟㏐랬揖쟜^ | 1110011010100010101001111110101010110111101010001110101111100111101000000101101001011110 | e6a2a7eab7a8ebe7a05a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)