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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??才? | 0011111100111111100011011100101100111111 | 3f3f8dcb3f |
EUC-JP | ??才? | 0011111100111111101110101100110100111111 | 3f3fbacd3f |
UTF-8 | 罹렪才렱 | 111011111010011110100110111010111010000010101010111001101000100110001101111010111010000010110001 | efa7a6eba0aae6898deba0b1 |
UHC | 罹렪才렱 | 1110110010111010100011101011100011101110101001101000111010111110 | ecba8eb8eea68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)