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 | 艪怨圭粳 | 1110010010000010100010011000010110001100010111001110001011101001 | e48289858c5ce2e9 |
EUC-JP | 艪怨圭粳 | 1110011111100010101100011110010110110111101111011110010011101011 | e7e2b1e5b7bde4eb |
UTF-8 | 艪怨圭粳 | 111010001000100110101010111001101000000010101000111001011001110010101101111001111011001010110011 | e889aae680a8e59cade7b2b3 |
UHC | ?怨圭粳 | 00111111111010101011001111010000101001001100101111010111 | 3feab3d0a4cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)