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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ嘉ィツ擁 | 11000010100010011100001110101000110000101001011101101001 | c289c3a8c29769 |
EUC-JP | ツ嘉ィツ擁 | 10001110110000101011001011000101100011101010100010001110110000101100110111001010 | 8ec2b2c58ea88ec2cdca |
UTF-8 | ツ嘉ィツ擁 | 111011111011111010000010111001011001100010001001111011111011110110101000111011111011111010000010111001101001001110000001 | efbe82e59889efbda8efbe82e69381 |
UHC | ?嘉??擁 | 00111111110010101010100100111111001111111110100010110110 | 3fcaa93f3fe8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)