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 | ЫúI}ЫúI{^ | 1101000010101011111110100100100101111101110100001010101111111010010010010111101101011110 | d0abfa497dd0abfa497b5e |
SJIS-WIN | ???I}???I{^ | 0011111100111111001111110100100101111101001111110011111100111111010010010111101101011110 | 3f3f3f497d3f3f3f497b5e |
EUC-JP | ??úI}??úI{^ | 001111110011111110001111101010111110001001001001011111010011111100111111100011111010101111100010010010010111101101011110 | 3f3f8fabe2497d3f3f8fabe2497b5e |
UTF-8 | ЫúI}ЫúI{^ | 1100001110010000110000101010101111000011101110100100100101111101110000111001000011000010101010111100001110111010010010010111101101011110 | c390c2abc3ba497dc390c2abc3ba497b5e |
UHC | Ð??I}Ð??I{^ | 10101000101000100011111100111111010010010111110110101000101000100011111100111111010010010111101101011110 | a8a23f3f497da8a23f3f497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)