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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?暴?^ | 0011111110010110010111000011111101011110 | 3f965c3f5e |
EUC-JP | ?暴?^ | 0011111111001011101111010011111101011110 | 3fcbbd3f5e |
UTF-8 | 뤋暴챑^ | 11101011101001001000101111100110100110101011010011101100101100011001000101011110 | eba48be69ab4ecb1915e |
UHC | 뤋暴챑^ | 10001111101110111111100011101100101010100110001101011110 | 8fbbf8ecaa635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)