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 | ????u? | 001111110011111100111111001111110111010100111111 | 3f3f3f3f753f |
SJIS-WIN | ツ堕津ゥuツ | 1100001010010001110000101001001011000011101010010111010111000010 | c291c292c3a975c2 |
EUC-JP | ツ堕津ゥuツ | 1000111011000010110000101100010011000100110001011000111010101001011101011000111011000010 | 8ec2c2c4c4c58ea9758ec2 |
UTF-8 | ツ堕津ゥuツ | 11101111101111101000001011100101101000001001010111100110101101001010010111101111101111011010100101110101111011111011111010000010 | efbe82e5a095e6b4a5efbda975efbe82 |
UHC | ??津?u? | 00111111001111111111001011010000001111110111010100111111 | 3f3ff2d03f753f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)