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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????傲? | 00111111001111110011111100111111100110001111110000111111 | 3f3f3f3f98fc3f |
EUC-JP | ??雩?傲? | 001111110011111110001111111001101111101000111111110100001111111000111111 | 3f3f8fe6fa3fd0fe3f |
UTF-8 | 뤯휄雩앳傲렙 | 111010111010010010101111111011011001110010000100111010011001101110101001111011001001010110110011111001011000001010110010111010111010000010011001 | eba4afed9c84e99ba9ec95b3e582b2eba099 |
UHC | 뤯휄雩앳傲렙 | 100011111101110111001000110101001110100111101100101111101101110011100111111011001011011110111110 | 8fddc8d4e9ecbedce7ecb7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)