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 | ??????]\ | 0011111100111111001111110011111100111111001111110101110101011100 | 3f3f3f3f3f3f5d5c |
SJIS-WIN | ??????]\ | 0011111100111111001111110011111100111111001111110101110101011100 | 3f3f3f3f3f3f5d5c |
EUC-JP | ??????]\ | 0011111100111111001111110011111100111111001111110101110101011100 | 3f3f3f3f3f3f5d5c |
UTF-8 | 셍렻렔셍렻렊]\ | 1110110010000101100011011110101110100000101110111110101110100000100101001110110010000101100011011110101110100000101110111110101110100000100010100101110101011100 | ec858deba0bbeba094ec858deba0bbeba08a5d5c |
UHC | 셍렻렔셍렻렊]\ | 1011110011000100100011101100001110001110101010011011110011000100100011101100001110001110101000010101110101011100 | bcc48ec38ea9bcc48ec38ea15d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)