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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????悸? | 0011111100111111001111110011111100111111100111001010011100111111 | 3f3f3f3f3f9ca73f |
EUC-JP | ?????悸? | 0011111100111111001111110011111100111111110110001010100100111111 | 3f3f3f3f3fd8a93f |
UTF-8 | 앉렻석뤵칿悸렱 | 111011001001010110001001111010111010000010111011111011001000010010011101111010111010010010110101111011001011100110111111111001101000001010111000111010111010000010110001 | ec9589eba0bbec849deba4b5ecb9bfe682b8eba0b1 |
UHC | 앉렻석뤵칿悸렱 | 1011111011001001100011101100001110111100101011101000111111100011101011111000111011001100111110111000111010111110 | bec98ec3bcae8fe3af8eccfb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)