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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | セュ韵蒔式] | 101111101010110111101000111011111000111010101010100011101010111001011101 | beade8ef8eaa8eae5d |
EUC-JP | セュ韵蒔式] | 1000111010111110100011101010110111110000111100011011110010101100101111001011000001011101 | 8ebe8eadf0f1bcacbcb05d |
UTF-8 | セュ韵蒔式] | 11101111101111011011111011101111101111011010110111101001100111111011010111101000100100101001010011100101101111001000111101011101 | efbdbeefbdade99fb5e89294e5bc8f5d |
UHC | ???蒔式] | 0011111100111111001111111110001111001000111000111101001001011101 | 3f3f3fe3c8e3d25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)