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 | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-WIN | 轤ュ蜊呈拷S | 11100111100000101010110111100101100011011001001011100110100011011000100101010011 | e782ade58d92e68d8953 |
EUC-JP | 轤ュ蜊呈拷S | 1110110111100010100011101010110111101001111011011100010011101000101110011110100101010011 | ede28eade9edc4e8b9e953 |
UTF-8 | 轤ュ蜊呈拷S | 11101000101111011010010011101111101111011010110111101000100111001000101011100101100100011000100011100110100010111011011101010011 | e8bda4efbdade89c8ae59188e68bb753 |
UHC | ???呈拷S | 0011111100111111001111111110111111010000110011011011100001010011 | 3f3f3fefd0cdb853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)