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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | セャ襃蒔治E | 101111101010110011100101111011111000111010101010100011101010000101000101 | beace5ef8eaa8ea145 |
EUC-JP | セャ襃蒔治E | 1000111010111110100011101010110011101010111100011011110010101100101111001010001101000101 | 8ebe8eaceaf1bcacbca345 |
UTF-8 | セャ襃蒔治E | 11101111101111011011111011101111101111011010110011101000101001011000001111101000100100101001010011100110101100101011101101000101 | efbdbeefbdace8a583e89294e6b2bb45 |
UHC | ???蒔治E | 0011111100111111001111111110001111001000111101101011110101000101 | 3f3f3fe3c8f6bd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)