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 | 11111011100011110011111111100101111001001110001111111000100101001101111101000010 | fb8f3fe5e4e3f894df42 |
EUC-JP | 繒?裝脛悲B | 1000111111010100110101000011111111101010111001101110011011111010110010001110000101000010 | 8fd4d43feae6e6fac8e142 |
UTF-8 | 繒렰裝脛悲B | 11100111101110011001001011101011101000001011000011101000101000111001110111101000100001001001101111100110100000101011001001000010 | e7b992eba0b0e8a39de8849be682b242 |
UHC | 繒렰裝脛悲B | 1111000111111001100011101011110111101101111110111100110011101011110111011110100001000010 | f1f98ebdedfbccebdde842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)