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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ツ偲崢篠カnB | 11000010100011101100001110011011110000101000111011000010101101100110111001000010 | c28ec39bc28ec2b66e42 |
EUC-JP | ツ偲崢篠カnB | 100011101100001010111100110001011101011011000100101111001100010010001110101101100110111001000010 | 8ec2bcc5d6c4bcc48eb66e42 |
UTF-8 | ツ偲崢篠カnB | 1110111110111110100000101110010110000001101100101110010110110100101000101110011110101111101000001110111110111101101101100110111001000010 | efbe82e581b2e5b4a2e7afa0efbdb66e42 |
UHC | ???篠?nB | 0011111100111111001111111110000111000110001111110110111001000010 | 3f3f3fe1c63f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)