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 | ?悸?? | 0011111110011100101001110011111100111111 | 3f9ca73f3f |
EUC-JP | ?悸?? | 0011111111011000101010010011111100111111 | 3fd8a93f3f |
UTF-8 | 뤌悸㎣격 | 111010111010010010001100111001101000001010111000111000111000111010100011111010101011001010101001 | eba48ce682b8e38ea3eab2a9 |
UHC | 뤌悸㎣격 | 1000111110111100110011001111101110100111101001111011000011011101 | 8fbcccfba7a7b0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)