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 | 癒??癒??^ | 100101101111110000111111001111111001011011111100001111110011111101011110 | 96fc3f3f96fc3f3f5e |
EUC-JP | 癒??癒??^ | 110011001111111000111111001111111100110011111110001111110011111101011110 | ccfe3f3fccfe3f3f5e |
UTF-8 | 癒⑴댙癒⑴댙^ | 11100111100110011001001011100010100100011011010011101011100011001001100111100111100110011001001011100010100100011011010011101011100011001001100101011110 | e79992e291b4eb8c99e79992e291b4eb8c995e |
UHC | 癒⑴댙癒⑴댙^ | 11101011101010001010100111100111100010001011110111101011101010001010100111100111100010001011110101011110 | eba8a9e788bdeba8a9e788bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)