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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ閉セテ凝予 | 110000111001010111000010101111101100001110001011110000111001011101011100 | c395c2bec38bc3975c |
EUC-JP | テ閉セテ凝予 | 100011101100001111001010110001001000111010111110100011101100001110110110110001011100110110111101 | 8ec3cac48ebe8ec3b6c5cdbd |
UTF-8 | テ閉セテ凝予 | 111011111011111010000011111010011001011010001001111011111011110110111110111011111011111010000011111001011000011110011101111001001011101010001000 | efbe83e99689efbdbeefbe83e5879de4ba88 |
UHC | ?閉??凝予 | 001111111111100011001101001111110011111111101011111010101110010111111000 | 3ff8cd3f3febeae5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)