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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | コ闔ョア」 | 1111000111100000101110101110100010001110101011101011000110100011 | f1e0bae88eaeb1a3 |
EUC-JP | ?コ闔ョア」 | 0011111110001110101110101110111111101110100011101010111010001110101100011000111010100011 | 3f8ebaefee8eae8eb18ea3 |
UTF-8 | コ闔ョア」 | 111011101000010110011011111011111011110110111010111010011001011110010100111011111011110110101110111011111011110110110001111011111011110110100011 | ee859befbdbae99794efbdaeefbdb1efbda3 |
UHC | ??闔??? | 00111111001111111111100111101111001111110011111100111111 | 3f3ff9ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)