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 | ?AdLh?AdL | 001111110100000101100100010011000110100000111111010000010110010001001100 | 3f41644c683f41644c |
SJIS-WIN | ?AdLh?AdL | 001111110100000101100100010011000110100000111111010000010110010001001100 | 3f41644c683f41644c |
EUC-JP | ?AdLh?AdL | 001111110100000101100100010011000110100000111111010000010110010001001100 | 3f41644c683f41644c |
UTF-8 | 혪AdLh혪AdL | 11101101100110001010101001000001011001000100110001101000111011011001100010101010010000010110010001001100 | ed98aa41644c68ed98aa41644c |
UHC | 혪AdLh혪AdL | 1100001010010010010000010110010001001100011010001100001010010010010000010110010001001100 | c29241644c68c29241644c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)