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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆晁イ橸ス | 1110100011110111100111011110100010110010100111101110111110111101 | e8f79de8b29eefbd |
EUC-JP | 顆晁イ橸ス | 11110000111110011101101011101010100011101011001011011100111100011000111010111101 | f0f9daea8eb2dcf18ebd |
UTF-8 | 顆晁イ橸ス | 111010011010000110000110111001101001100110000001111011111011110110110010111001101010100110111000111011111011110110111101 | e9a186e69981efbdb2e6a9b8efbdbd |
UHC | 顆晁??? | 11001110101010001111000011000101001111110011111100111111 | cea8f0c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)