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 | 瀛???? | 111000000110100100111111001111110011111100111111 | e0693f3f3f3f |
EUC-JP | 瀛???? | 110111111100101000111111001111110011111100111111 | dfca3f3f3f3f |
UTF-8 | 瀛볣쭏樂낰 | 111001111000000010011011111010111011001110100011111011001010110110001111111011111010011010111111111010111000001010110000 | e7809bebb3a3ecad8fefa6bfeb82b0 |
UHC | 瀛볣쭏樂낰 | 11100111101110101001001111101001101001111000100011101000111110011000011001000101 | e7ba93e9a788e8f98645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)