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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | セュ襃蒔痔x | 101111101010110111100101111011111000111010101010100011101010010001111000 | beade5ef8eaa8ea478 |
EUC-JP | セュ襃蒔痔x | 1000111010111110100011101010110111101010111100011011110010101100101111001010011001111000 | 8ebe8eadeaf1bcacbca678 |
UTF-8 | セュ襃蒔痔x | 11101111101111011011111011101111101111011010110111101000101001011000001111101000100100101001010011100111100101111001010001111000 | efbdbeefbdade8a583e89294e7979478 |
UHC | ???蒔痔x | 0011111100111111001111111110001111001000111101101100000001111000 | 3f3f3fe3c8f6c078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)