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 | ???v] | 0011111100111111001111110111011001011101 | 3f3f3f765d |
SJIS-WIN | 鱈樽贈v] | 1001001001001100100100100100110110010001101000010111011001011101 | 924c924d91a1765d |
EUC-JP | 鱈樽贈v] | 1100001110101101110000111010111011000010101000110111011001011101 | c3adc3aec2a3765d |
UTF-8 | 鱈樽贈v] | 1110100110110001100010001110011010101000101111011110100010110100100010000111011001011101 | e9b188e6a8bde8b488765d |
UHC | ?樽贈v] | 00111111111100011101110011110001111111000111011001011101 | 3ff1dcf1fc765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)