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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???襲??\ | 0011111100111111001111111000111101010000001111110011111101011100 | 3f3f3f8f503f3f5c |
EUC-JP | ???襲??\ | 0011111100111111001111111011110110110001001111110011111101011100 | 3f3f3fbdb13f3f5c |
UTF-8 | 쒀吳렖襲쒀렎\ | 11101100100100101000000011100101100100001011001111101011101000001001011011101000101001011011001011101100100100101000000011101011101000001000111001011100 | ec9280e590b3eba096e8a5b2ec9280eba08e5c |
UHC | 쒀吳렖襲쒀렎\ | 10111110101011001110011111101111100011101010101111100011101010011011111010101100100011101010010001011100 | beace7ef8eabe3a9beac8ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)