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 | óû¬\ | 1111001111111011101011001010110101011100 | f3fbacad5c |
SJIS-WIN | ??¬?\ | 001111110011111110000001110010100011111101011100 | 3f3f81ca3f5c |
EUC-JP | óû¬?\ | 10001111101010111101000110001111101010111110010110100010110011000011111101011100 | 8fabd18fabe5a2cc3f5c |
UTF-8 | óû¬\ | 110000111011001111000011101110111100001010101100110000101010110101011100 | c3b3c3bbc2acc2ad5c |
UHC | ???\ | 001111110011111100111111101000011010100101011100 | 3f3f3fa1a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)