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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貅医窟 | 111001101011101010001000111000111000110001000001 | e6ba88e38c41 |
EUC-JP | 貅医窟 | 111011001011110010110000111001011011011110100010 | ecbcb0e5b7a2 |
UTF-8 | 貅医窟 | 111010001011001010000101111001011000110010111011111001111010101010011111 | e8b285e58cbbe7aa9f |
UHC | ??窟 | 00111111001111111100111111011111 | 3f3fcfdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)