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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顋趣スコ鬩ェ | 111010001111100110001110111011111011110110111010111010011010100110101010 | e8f98eefbdbae9a9aa |
EUC-JP | 顋趣スコ鬩ェ | 111100001111101110111100111100011000111010111101100011101011101011110010101010111000111010101010 | f0fbbcf18ebd8ebaf2ab8eaa |
UTF-8 | 顋趣スコ鬩ェ | 111010011010000110001011111010001011011010100011111011111011110110111101111011111011110110111010111010011010110010101001111011111011110110101010 | e9a18be8b6a3efbdbdefbdbae9aca9efbdaa |
UHC | ?趣???? | 00111111111101101010110000111111001111110011111100111111 | 3ff6ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)