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 | ??????^~ | 0011111100111111001111110011111100111111001111110101111001111110 | 3f3f3f3f3f3f5e7e |
SJIS-WIN | ??????^~ | 0011111100111111001111110011111100111111001111110101111001111110 | 3f3f3f3f3f3f5e7e |
EUC-JP | ??????^~ | 0011111100111111001111110011111100111111001111110101111001111110 | 3f3f3f3f3f3f5e7e |
UTF-8 | 쩌짙횪짝쩌횓^~ | 1110110010101001100011001110110010100111100110011110110110011010101010101110110010100111100111011110110010101001100011001110110110011010100100110101111001111110 | eca98ceca799ed9aaaeca79deca98ced9a935e7e |
UHC | 쩌짙횪짝쩌횓^~ | 1100001010111100110000101010001111000011101000001100001010100110110000101011110011000011100011100101111001111110 | c2bcc2a3c3a0c2a6c2bcc38e5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)