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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 伊楯^ | 1000100011001001100011110111110001011110 | 88c98f7c5e |
EUC-JP | 伊楯^ | 1011000011001011101111011101110101011110 | b0cbbddd5e |
UTF-8 | 伊楯^ | 11100100101111001000101011100110101001011010111101011110 | e4bc8ae6a5af5e |
UHC | 伊楯^ | 1110110010100101111000101110010001011110 | eca5e2e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)