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 | ?????m | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-WIN | 轤ュ蜊呈拷m | 11100111100000101010110111100101100011011001001011100110100011011000100101101101 | e782ade58d92e68d896d |
EUC-JP | 轤ュ蜊呈拷m | 1110110111100010100011101010110111101001111011011100010011101000101110011110100101101101 | ede28eade9edc4e8b9e96d |
UTF-8 | 轤ュ蜊呈拷m | 11101000101111011010010011101111101111011010110111101000100111001000101011100101100100011000100011100110100010111011011101101101 | e8bda4efbdade89c8ae59188e68bb76d |
UHC | ???呈拷m | 0011111100111111001111111110111111010000110011011011100001101101 | 3f3f3fefd0cdb86d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)