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 | 闌俶尸貍 | 1110100010001100100110001110011010011011100110011110011010111100 | e88c98e69b99e6bc |
EUC-JP | 闌俶尸貍 | 1110111111101100110100001110100011010101111110011110110010111110 | efecd0e8d5f9ecbe |
UTF-8 | 闌俶尸貍 | 111010011001011110001100111001001011111110110110111001011011000010111000111010001011001010001101 | e9978ce4bfb6e5b0b8e8b28d |
UHC | ??尸? | 0011111100111111111000111011100100111111 | 3f3fe3b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)