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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 達形o | 1001001001000010100011000110000001101111 | 92428c606f |
EUC-JP | 達形o | 1100001110100011101101111100000101101111 | c3a3b7c16f |
UTF-8 | 達形o | 11101001100000011001010011100101101111011010001001101111 | e98194e5bda26f |
UHC | 達形o | 1101001110111001111110111010000101101111 | d3b9fba16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)