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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ但ツ嘆 | 110000101001001001000001110000101001001001010001 | c29241c29251 |
EUC-JP | ツ但ツ嘆 | 1000111011000010110000111010001010001110110000101100001110110010 | 8ec2c3a28ec2c3b2 |
UTF-8 | ツ但ツ嘆 | 111011111011111010000010111001001011110110000110111011111011111010000010111001011001100010000110 | efbe82e4bd86efbe82e59886 |
UHC | ?但?嘆 | 001111111101001110100011001111111111011110100011 | 3fd3a33ff7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)