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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 櫻?±移 | 10011111010011100011111110000001011111011000100011011010 | 9f4e3f817d88da |
EUC-JP | 櫻?±移 | 11011101101011110011111110100001110111101011000011011100 | ddaf3fa1deb0dc |
UTF-8 | 櫻뗭±移 | 1110011010101011101110111110101110010111101011011100001010110001111001111010011110111011 | e6abbbeb97adc2b1e7a7bb |
UHC | 櫻뗭±移 | 1110010110100001100010111110110010100001101111101110110010111001 | e5a18beca1beecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)