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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | テ氾ョhテ氾ョ | 110000111001010011000011101011100110100011000011100101001100001110101110 | c394c3ae68c394c3ae |
EUC-JP | テ氾ョhテ氾ョ | 10001110110000111100100011000101100011101010111001101000100011101100001111001000110001011000111010101110 | 8ec3c8c58eae688ec3c8c58eae |
UTF-8 | テ氾ョhテ氾ョ | 11101111101111101000001111100110101100001011111011101111101111011010111001101000111011111011111010000011111001101011000010111110111011111011110110101110 | efbe83e6b0beefbdae68efbe83e6b0beefbdae |
UHC | ?氾?h?氾? | 001111111101101111110000001111110110100000111111110110111111000000111111 | 3fdbf03f683fdbf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)