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 | 櫻?±? | 100111110100111000111111100000010111110100111111 | 9f4e3f817d3f |
EUC-JP | 櫻?±? | 110111011010111100111111101000011101111000111111 | ddaf3fa1de3f |
UTF-8 | 櫻뗭±行 | 1110011010101011101110111110101110010111101011011100001010110001111011111010100010001000 | e6abbbeb97adc2b1efa888 |
UHC | 櫻뗭±行 | 1110010110100001100010111110110010100001101111101111101010100001 | e5a18beca1befaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)