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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヘーモ」^ | 110011011011000011110101101101011111010110111101110100111010001101011110 | cdb0f5b5f5bdd3a35e |
EUC-JP | ヘー??モ」^ | 1000111011001101100011101011000000111111001111111000111011010011100011101010001101011110 | 8ecd8eb03f3f8ed38ea35e |
UTF-8 | ヘーモ」^ | 11101111101111101000110111101111101111011011000011101110100100001010000011101110100100001010100011101111101111101001001111101111101111011010001101011110 | efbe8defbdb0ee90a0ee90a8efbe93efbda35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)