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 | ??RL??RL^ | 001111110011111101010010010011000011111100111111010100100100110001011110 | 3f3f524c3f3f524c5e |
SJIS-WIN | ツ涌RLツ涌RL^ | 1100001010010111010011110101001001001100110000101001011101001111010100100100110001011110 | c2974f524cc2974f524c5e |
EUC-JP | ツ涌RLツ涌RL^ | 10001110110000101100110110110000010100100100110010001110110000101100110110110000010100100100110001011110 | 8ec2cdb0524c8ec2cdb0524c5e |
UTF-8 | ツ涌RLツ涌RL^ | 1110111110111110100000101110011010110110100011000101001001001100111011111011111010000010111001101011011010001100010100100100110001011110 | efbe82e6b68c524cefbe82e6b68c524c5e |
UHC | ?涌RL?涌RL^ | 0011111111101001101111110101001001001100001111111110100110111111010100100100110001011110 | 3fe9bf524c3fe9bf524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)