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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 癲?Л癲?Л^ | 1110000110011111001111111000010001001100111000011001111100111111100001000100110001011110 | e19f3f844ce19f3f844c5e |
EUC-JP | 癲?Л癲?Л^ | 1110001010100001001111111010011110101101111000101010000100111111101001111010110101011110 | e2a13fa7ade2a13fa7ad5e |
UTF-8 | 癲몃Л癲몃Л^ | 1110011110011001101100101110101110101010100000111101000010011011111001111001100110110010111010111010101010000011110100001001101101011110 | e799b2ebaa83d09be799b2ebaa83d09b5e |
UHC | 癲몃Л癲몃Л^ | 11101111101001101011100011101011101011001010110111101111101001101011100011101011101011001010110101011110 | efa6b8ebacadefa6b8ebacad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)