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 | テ氾喇テ氾喇 | 11000011100101001100001110011010011010001100001110010100110000111001101001101000 | c394c39a68c394c39a68 |
EUC-JP | テ氾喇テ氾喇 | 100011101100001111001000110001011101001111001001100011101100001111001000110001011101001111001001 | 8ec3c8c5d3c98ec3c8c5d3c9 |
UTF-8 | テ氾喇テ氾喇 | 111011111011111010000011111001101011000010111110111001011001011010000111111011111011111010000011111001101011000010111110111001011001011010000111 | efbe83e6b0bee59687efbe83e6b0bee59687 |
UHC | ?氾喇?氾喇 | 00111111110110111111000011010100111110100011111111011011111100001101010011111010 | 3fdbf0d4fa3fdbf0d4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)