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 | ?A?[h?A?[ | 001111110100000100111111010110110110100000111111010000010011111101011011 | 3f413f5b683f413f5b |
SJIS-WIN | ?A?[h?A?[ | 001111110100000100111111010110110110100000111111010000010011111101011011 | 3f413f5b683f413f5b |
EUC-JP | ?A?[h?A?[ | 001111110100000100111111010110110110100000111111010000010011111101011011 | 3f413f5b683f413f5b |
UTF-8 | 혪A혪[h혪A혪[ | 1110110110011000101010100100000111101101100110001010101001011011011010001110110110011000101010100100000111101101100110001010101001011011 | ed98aa41ed98aa5b68ed98aa41ed98aa5b |
UHC | 혪A혪[h혪A혪[ | 11000010100100100100000111000010100100100101101101101000110000101001001001000001110000101001001001011011 | c29241c2925b68c29241c2925b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)