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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????甄^ | 0011111100111111001111110011111100111111111000010100101001011110 | 3f3f3f3f3fe14a5e |
EUC-JP | 焌??焌?甄^ | 100011111100100111101000001111110011111110001111110010011110100000111111111000011010101101011110 | 8fc9e83f3f8fc9e83fe1ab5e |
UTF-8 | 焌븀섞焌븍甄^ | 11100111100001001000110011101011101110001000000011101100100001001001111011100111100001001000110011101011101110001000110111100111100101001000010001011110 | e7848cebb880ec849ee7848cebb88de794845e |
UHC | 焌븀섞焌븍甄^ | 11110001111000001011101011100111101111001010111111110001111000001011101011101011110011001011010001011110 | f1e0bae7bcaff1e0baebccb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)