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 | ???曖? | 001111110011111100111111100111100100001000111111 | 3f3f3f9e423f |
EUC-JP | ???曖? | 001111110011111100111111110110111010001100111111 | 3f3f3fdba33f |
UTF-8 | 溜깅젡曖놤 | 111011111010011110001011111010101011100110000101111011001010000010100001111001101001101110010110111010111000011010100100 | efa78beab985eca0a1e69b96eb86a4 |
UHC | 溜깅젡曖놤 | 11101010111111101011000111101011101000001001101011100100111100101000011101000111 | eafeb1eba09ae4f28747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)