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 | 1000100101111001100010010110101101101111 | 8979896b6f |
EUC-JP | 謁洩o | 1011000111011010101100011100110001101111 | b1dab1cc6f |
UTF-8 | 謁洩o | 11101000101011001000000111100110101101001010100101101111 | e8ac81e6b4a96f |
UHC | 謁洩o | 1110010011010111111000001101110101101111 | e4d7e0dd6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)