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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | テδ淌δР] | 11000011100000111100001010011111110000111000001111000010100001000101000101011101 | c383c29fc383c284515d |
EUC-JP | テδ淌δР] | 1000111011000011101001101100010011011110110001011010011011000100101001111011001001011101 | 8ec3a6c4dec5a6c4a7b25d |
UTF-8 | テδ淌δР] | 11101111101111101000001111001110101101001110011010110111100011001100111010110100110100001010000001011101 | efbe83ceb4e6b78cceb4d0a05d |
UHC | ?δ?δР] | 001111111010010111100100001111111010010111100100101011001011001001011101 | 3fa5e43fa5e4acb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)