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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜆甼儔槊 | 1110010110000100111000010101010110011001010100011001111011001100 | e584e15599519ecc |
EUC-JP | 蜆甼儔槊 | 1110100111100100111000011011011011010001101100101101110011001110 | e9e4e1b6d1b2dcce |
UTF-8 | 蜆甼儔槊 | 111010001001110010000110111001111001010010111100111001011000010010010100111001101010011110001010 | e89c86e794bce58494e6a78a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)