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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ツ渉ォテ丘B | 1100001010001111110000101010101111000011100010110111010101000010 | c28fc2abc38b7542 |
EUC-JP | ツ渉ォテ丘B | 1000111011000010101111101100010010001110101010111000111011000011101101011101011001000010 | 8ec2bec48eab8ec3b5d642 |
UTF-8 | ツ渉ォテ丘B | 11101111101111101000001011100110101110001000100111101111101111011010101111101111101111101000001111100100101110001001100001000010 | efbe82e6b889efbdabefbe83e4b89842 |
UHC | ????丘B | 00111111001111110011111100111111110011101111100001000010 | 3f3f3f3fcef842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)