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 | 闌俶尸豐サ | 111010001000110010011000111001101001101110011001111001101011001010111011 | e88c98e69b99e6b2bb |
EUC-JP | 闌俶尸豐サ | 11101111111011001101000011101000110101011111100111101100101101001000111010111011 | efecd0e8d5f9ecb48ebb |
UTF-8 | 闌俶尸豐サ | 111010011001011110001100111001001011111110110110111001011011000010111000111010001011000110010000111011111011110110111011 | e9978ce4bfb6e5b0b8e8b190efbdbb |
UHC | ??尸?? | 001111110011111111100011101110010011111100111111 | 3f3fe3b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)