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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ツ但Lツ但L^ | 110000101001001001000001010011001100001010010010010000010100110001011110 | c292414cc292414c5e |
EUC-JP | ツ但Lツ但L^ | 1000111011000010110000111010001001001100100011101100001011000011101000100100110001011110 | 8ec2c3a24c8ec2c3a24c5e |
UTF-8 | ツ但Lツ但L^ | 111011111011111010000010111001001011110110000110010011001110111110111110100000101110010010111101100001100100110001011110 | efbe82e4bd864cefbe82e4bd864c5e |
UHC | ?但L?但L^ | 001111111101001110100011010011000011111111010011101000110100110001011110 | 3fd3a34c3fd3a34c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)