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 | 阯嬢勅 | 111010001001011110001111111011001001001010111010 | e8978fec92ba |
EUC-JP | 阯嬢勅 | 111011111111011110111110111011101100010010111100 | eff7beeec4bc |
UTF-8 | 阯嬢勅 | 111010011001100010101111111001011010110010100010111001011000101110000101 | e998afe5aca2e58b85 |
UHC | ??勅 | 00111111001111111111011011001111 | 3f3ff6cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)