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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | テδ嘉δ措BF | 1100001110000011110000101000100111000011100000111100001010010001010110110100001001000110 | c383c289c383c2915b4246 |
EUC-JP | テδ嘉δ措BF | 100011101100001110100110110001001011001011000101101001101100010011000001101111000100001001000110 | 8ec3a6c4b2c5a6c4c1bc4246 |
UTF-8 | テδ嘉δ措BF | 111011111011111010000011110011101011010011100101100110001000100111001110101101001110011010001110101010100100001001000110 | efbe83ceb4e59889ceb4e68eaa4246 |
UHC | ?δ嘉δ措BF | 0011111110100101111001001100101010101001101001011110010011110000110000100100001001000110 | 3fa5e4caa9a5e4f0c24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)